mirror of
https://github.com/triqs/dft_tools
synced 2024-10-31 19:23:45 +01:00
Hide Boost_DIR in ccmake
I mark it as advanced to avoid confusion.
This commit is contained in:
parent
93eea0ed74
commit
cbea003f9f
@ -171,6 +171,8 @@ if (NOT Boost_FOUND)
|
||||
message(FATAL_ERROR "Boost not found")
|
||||
endif()
|
||||
|
||||
mark_as_advanced(Boost_DIR)
|
||||
|
||||
include_directories(${Boost_INCLUDE_DIRS})
|
||||
set(BOOST_LIBRARY ${Boost_LIBRARIES})
|
||||
set(BOOST_INCLUDE_DIR ${Boost_INCLUDE_DIRS})
|
||||
|
Loading…
Reference in New Issue
Block a user