We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f032fb commit 1c82906Copy full SHA for 1c82906
CMakeLists.txt
@@ -256,7 +256,7 @@ find_package(Lzma REQUIRED)
256
find_package(Zstd REQUIRED)
257
find_package(MiniZip REQUIRED)
258
find_package(Utf8 REQUIRED)
259
-find_package(Absl REQUIRED)
+find_package(Absl REQUIRED QUIET)
260
261
if (IOS OR MACOS)
262
find_package(AppleFrameworks REQUIRED)
cmake/FindAbsl.cmake
@@ -219,4 +219,6 @@ foreach (absl_lib IN ITEMS ${absl_libs})
219
220
endforeach ()
221
222
+set(ABSL_TARGETS "${ABSL_TARGETS};${ABSL_TARGETS}")
223
+
224
find_package_handle_standard_args(Absl REQUIRED_VARS ABSL_TARGETS)
0 commit comments