We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
AddBoostIfNeeded
1 parent 15bcb8e commit 9412a2eCopy full SHA for 9412a2e
cmake/module/AddBoostIfNeeded.cmake
@@ -17,15 +17,6 @@ function(add_boost_if_needed)
17
directory and other added INTERFACE properties.
18
]=]
19
20
- if(CMAKE_HOST_SYSTEM_NAME STREQUAL "Darwin" AND BREW_COMMAND)
21
- execute_process(
22
- COMMAND ${BREW_COMMAND} --prefix boost
23
- OUTPUT_VARIABLE BOOST_ROOT
24
- ERROR_QUIET
25
- OUTPUT_STRIP_TRAILING_WHITESPACE
26
- )
27
- endif()
28
-
29
set(Boost_NO_BOOST_CMAKE ON)
30
find_package(Boost 1.64.0 REQUIRED)
31
set_target_properties(Boost::boost PROPERTIES IMPORTED_GLOBAL TRUE)
0 commit comments