Commit e124ff17 authored by Sergei Golubchik's avatar Sergei Golubchik

cmake: force Boost dependency as needed

because FindBoost.cmake won't do it
parent 5023e465
......@@ -16,6 +16,11 @@ IF(RPM)
ENDIF()
ENDMACRO()
# FindBoost.cmake doesn't leave any trace, do it here
IF (Boost_INCLUDE_DIR)
FIND_FILE(Boost_config_hpp boost/config.hpp PATHS ${Boost_INCLUDE_DIR})
ENDIF()
GET_CMAKE_PROPERTY(ALL_VARS CACHE_VARIABLES)
FOREACH (V ${ALL_VARS})
GET_PROPERTY(H CACHE ${V} PROPERTY HELPSTRING)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment