diff options
| author | Lexi Winter <ivy@FreeBSD.org> | 2025-12-01 03:19:41 +0000 |
|---|---|---|
| committer | Lexi Winter <ivy@FreeBSD.org> | 2025-12-01 03:19:41 +0000 |
| commit | 2e80774d0b20d167bc0a9e2b63dafbfb171c0d22 (patch) | |
| tree | 25f0138e1af8902b92dacc8cce09b267447c17db /databases/foundationdb71-server/files/patch-cmake_CompileBoost.cmake | |
| parent | f85f2b2d6e5b7ed869376eb4b180c3a74a5c5da9 (diff) | |
| parent | 1a30da80670973368b399f2b01fe9c04b91a1273 (diff) | |
Merge remote-tracking branch 'freebsd/main' into lf/mainlf/main
Diffstat (limited to 'databases/foundationdb71-server/files/patch-cmake_CompileBoost.cmake')
| -rw-r--r-- | databases/foundationdb71-server/files/patch-cmake_CompileBoost.cmake | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/databases/foundationdb71-server/files/patch-cmake_CompileBoost.cmake b/databases/foundationdb71-server/files/patch-cmake_CompileBoost.cmake deleted file mode 100644 index 3cdf6da24b5c..000000000000 --- a/databases/foundationdb71-server/files/patch-cmake_CompileBoost.cmake +++ /dev/null @@ -1,20 +0,0 @@ ---- cmake/CompileBoost.cmake.orig 2024-01-17 13:58:04 UTC -+++ cmake/CompileBoost.cmake -@@ -85,7 +85,7 @@ if(USE_SANITIZER) - endif() - - # since boost 1.72 boost installs cmake configs. We will enforce config mode --set(Boost_USE_STATIC_LIBS ON) -+set(Boost_USE_STATIC_LIBS OFF) - - # Clang and Gcc will have different name mangling to std::call_once, etc. - if (UNIX AND CMAKE_CXX_COMPILER_ID MATCHES "Clang$") -@@ -113,7 +113,7 @@ if(WIN32) - return() - endif() - --find_package(Boost 1.78.0 EXACT QUIET COMPONENTS context CONFIG PATHS ${BOOST_HINT_PATHS}) -+find_package(Boost 1.78.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) |
