Mark most cache values as advanced

To avoid confusion, hide some configuration value from the normal user.
This commit is contained in:
hesiod 2014-10-27 23:04:42 +01:00
parent 4ec0cf052b
commit f859367aec

View File

@ -101,6 +101,8 @@ macro(add_backward target)
set_property(TARGET ${target} APPEND PROPERTY LINK_LIBRARIES ${BACKWARD_LIBRARIES})
endmacro()
mark_as_advanced(BACKWARD_INCLUDE_DIR BACKWARD_DEFINITIONS BACKWARD_LIBRARIES)
###############################################################################
# TESTS
###############################################################################