diff options
Diffstat (limited to 'databases/foundationdb-devel/files/patch-cmake_CompileBoost.cmake')
-rw-r--r-- | databases/foundationdb-devel/files/patch-cmake_CompileBoost.cmake | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/databases/foundationdb-devel/files/patch-cmake_CompileBoost.cmake b/databases/foundationdb-devel/files/patch-cmake_CompileBoost.cmake new file mode 100644 index 000000000000..de9f48861488 --- /dev/null +++ b/databases/foundationdb-devel/files/patch-cmake_CompileBoost.cmake @@ -0,0 +1,11 @@ +--- cmake/CompileBoost.cmake.orig 2022-04-19 01:08:48 UTC ++++ cmake/CompileBoost.cmake +@@ -113,7 +113,7 @@ endif() + return() + endif() + +-find_package(Boost 1.72.0 EXACT QUIET COMPONENTS context CONFIG PATHS ${BOOST_HINT_PATHS}) ++find_package(Boost 1.72.0 COMPONENTS context CONFIG PATHS ${BOOST_HINT_PATHS}) + set(FORCE_BOOST_BUILD OFF CACHE BOOL "Forces cmake to build boost and ignores any installed boost") + + if(Boost_FOUND AND NOT FORCE_BOOST_BUILD) |