Skip to content

Commit 34031eb

Browse files
committed
Remove boost hint cache except root.
1 parent a2eca00 commit 34031eb

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

cmake/FindPackages.cmake

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@ function(_find_boost required_component)
88
option(Boost_USE_STATIC_RUNTIME "Boost uses static runtime" OFF)
99

1010
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")
1311
endif()
1412

1513
set(missed_component "")

0 commit comments

Comments
 (0)