Skip to content

Commit 1afacc5

Browse files
committed
Minor fixup after merge.
1 parent e749db4 commit 1afacc5

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

components/core/src/clp/clg/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,7 @@ set(
130130
)
131131

132132
if(CLP_BUILD_EXECUTABLES)
133+
find_package(absl REQUIRED)
133134
clp_find_boost()
134135
find_package(date REQUIRED)
135136
find_package(fmt REQUIRED)

components/core/src/clp/clo/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,7 @@ set(
156156
)
157157

158158
if(CLP_BUILD_EXECUTABLES)
159+
find_package(absl REQUIRED)
159160
clp_find_boost()
160161
find_package(date REQUIRED)
161162
find_package(fmt REQUIRED)

components/core/src/clp/clp/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,7 @@ set(
168168
)
169169

170170
if(CLP_BUILD_EXECUTABLES)
171+
find_package(absl REQUIRED)
171172
clp_find_boost()
172173
find_package(date REQUIRED)
173174
find_package(fmt REQUIRED)

0 commit comments

Comments
 (0)