mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-29 23:09:15 +08:00
cfe88ab476
* abseil: Patch to fix CMake Threads dependency warning. * abseil: Make portfile comment more concise
14 lines
317 B
Diff
14 lines
317 B
Diff
diff --git a/CMake/abslConfig.cmake.in b/CMake/abslConfig.cmake.in
|
|
index 60847fa77..6d23f63d3 100644
|
|
--- a/CMake/abslConfig.cmake.in
|
|
+++ b/CMake/abslConfig.cmake.in
|
|
@@ -1,6 +1,7 @@
|
|
# absl CMake configuration file.
|
|
|
|
-include(FindThreads)
|
|
+include(CMakeFindDependencyMacro)
|
|
+find_dependency(Threads)
|
|
|
|
@PACKAGE_INIT@
|
|
|