From f859367aecc9290d787a509e28a480623b5a305b Mon Sep 17 00:00:00 2001 From: hesiod Date: Mon, 27 Oct 2014 23:04:42 +0100 Subject: [PATCH] Mark most cache values as advanced To avoid confusion, hide some configuration value from the normal user. --- CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 6861e40..89cfd6d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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 ###############################################################################