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.
1 parent a2eca00 commit 34031ebCopy full SHA for 34031eb
cmake/FindPackages.cmake
@@ -8,8 +8,6 @@ function(_find_boost required_component)
8
option(Boost_USE_STATIC_RUNTIME "Boost uses static runtime" OFF)
9
10
set(BOOST_ROOT "" CACHE PATH "Hint for finding boost root directory")
11
- set(BOOST_INCLUDEDIR "" CACHE PATH "Hint for finding boost include directory")
12
- set(BOOST_LIBRARYDIR "" CACHE PATH "Hint for finding boost library directory")
13
endif()
14
15
set(missed_component "")
0 commit comments