mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
- drop obsolete -devel variant - pet port with portfmt and portclippy Reported by: portscout Sponsored by: SkunkWerks, GmbH
11 lines
456 B
CMake
11 lines
456 B
CMake
--- cmake/CompileBoost.cmake.orig 2022-09-19 11:42:41 UTC
|
|
+++ cmake/CompileBoost.cmake
|
|
@@ -113,7 +113,7 @@ endif()
|
|
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)
|