diff options
| author | Dico <Dico200@users.noreply.github.com> | 2020-08-07 20:13:09 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-08-07 11:13:09 -0700 |
| commit | cfe88ab476168dc45ae3384eafeccadb7848f517 (patch) | |
| tree | d47f10b7b46801739ff50254e965f4d0490c82a1 /ports/abseil/fix-cmake-threads-dependency.patch | |
| parent | 7c1e5863c0e8a67fc6c151f160bca213ac088d66 (diff) | |
| download | vcpkg-cfe88ab476168dc45ae3384eafeccadb7848f517.tar.gz vcpkg-cfe88ab476168dc45ae3384eafeccadb7848f517.zip | |
[abseil] Fix CMake warning (#12781)
* abseil: Patch to fix CMake Threads dependency warning.
* abseil: Make portfile comment more concise
Diffstat (limited to 'ports/abseil/fix-cmake-threads-dependency.patch')
| -rw-r--r-- | ports/abseil/fix-cmake-threads-dependency.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/ports/abseil/fix-cmake-threads-dependency.patch b/ports/abseil/fix-cmake-threads-dependency.patch new file mode 100644 index 000000000..0dda75e36 --- /dev/null +++ b/ports/abseil/fix-cmake-threads-dependency.patch @@ -0,0 +1,13 @@ +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@ + |
