Skip to content

Commit 1c82906

Browse files
committed
another try'
1 parent 7f032fb commit 1c82906

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@ find_package(Lzma REQUIRED)
256256
find_package(Zstd REQUIRED)
257257
find_package(MiniZip REQUIRED)
258258
find_package(Utf8 REQUIRED)
259-
find_package(Absl REQUIRED)
259+
find_package(Absl REQUIRED QUIET)
260260

261261
if (IOS OR MACOS)
262262
find_package(AppleFrameworks REQUIRED)

cmake/FindAbsl.cmake

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -219,4 +219,6 @@ foreach (absl_lib IN ITEMS ${absl_libs})
219219

220220
endforeach ()
221221

222+
set(ABSL_TARGETS "${ABSL_TARGETS};${ABSL_TARGETS}")
223+
222224
find_package_handle_standard_args(Absl REQUIRED_VARS ABSL_TARGETS)

0 commit comments

Comments
 (0)