3
0
mirror of https://github.com/triqs/dft_tools synced 2024-10-31 11:13:46 +01:00

Hide Boost_DIR in ccmake

I mark it as advanced to avoid confusion.
This commit is contained in:
Michel Ferrero 2013-09-02 14:34:31 +02:00
parent 93eea0ed74
commit cbea003f9f

View File

@ -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})