aboutsummaryrefslogtreecommitdiff
path: root/CMake/FindFDIP.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/FindFDIP.cmake
parentaedb6a386f99bc6cac7d1c88e04f602e74cac5e5 (diff)
Remove mark_as_advanced
Nothing advanced about these options...
Diffstat (limited to 'CMake/FindFDIP.cmake')
-rw-r--r--CMake/FindFDIP.cmake2
1 files changed, 0 insertions, 2 deletions
diff --git a/CMake/FindFDIP.cmake b/CMake/FindFDIP.cmake
index fb38e0db..6db3b993 100644
--- a/CMake/FindFDIP.cmake
+++ b/CMake/FindFDIP.cmake
@@ -23,5 +23,3 @@ find_library (FDIP_LIBRARIES fastDiffractionImageProcessing
# all listed variables are TRUE
include (FindPackageHandleStandardArgs)
find_package_handle_standard_args (FDIP DEFAULT_MSG FDIP_LIBRARIES FDIP_INCLUDES)
-
-mark_as_advanced (FDIP_LIBRARIES FDIP_INCLUDES)