aboutsummaryrefslogtreecommitdiff
path: root/CMake/FindCBF.cmake
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2018-03-12 11:23:24 +0100
committerThomas White <taw@physics.org>2018-03-12 11:23:24 +0100
commit94c6d3db4d024e8ebfe82070a9763aff769bbac8 (patch)
tree17e1707ffd82f90c09888b695f0af46380fd7c34 /CMake/FindCBF.cmake
parentaedb6a386f99bc6cac7d1c88e04f602e74cac5e5 (diff)
Remove mark_as_advanced
Nothing advanced about these options...
Diffstat (limited to 'CMake/FindCBF.cmake')
-rw-r--r--CMake/FindCBF.cmake2
1 files changed, 0 insertions, 2 deletions
diff --git a/CMake/FindCBF.cmake b/CMake/FindCBF.cmake
index 9bfaa314..d65b0ccf 100644
--- a/CMake/FindCBF.cmake
+++ b/CMake/FindCBF.cmake
@@ -18,5 +18,3 @@ find_library (CBF_LIBRARIES NAMES cbf)
# all listed variables are TRUE
include (FindPackageHandleStandardArgs)
find_package_handle_standard_args (CBF DEFAULT_MSG CBF_LIBRARIES CBF_INCLUDES)
-
-mark_as_advanced (CBF_LIBRARIES CBF_INCLUDES)