diff options
author | Thomas White <taw@physics.org> | 2018-03-12 11:23:24 +0100 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2018-03-12 11:23:24 +0100 |
commit | 94c6d3db4d024e8ebfe82070a9763aff769bbac8 (patch) | |
tree | 17e1707ffd82f90c09888b695f0af46380fd7c34 /CMake/FindNBP.cmake | |
parent | aedb6a386f99bc6cac7d1c88e04f602e74cac5e5 (diff) |
Remove mark_as_advanced
Nothing advanced about these options...
Diffstat (limited to 'CMake/FindNBP.cmake')
-rw-r--r-- | CMake/FindNBP.cmake | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/CMake/FindNBP.cmake b/CMake/FindNBP.cmake index 63906ea4..052f16df 100644 --- a/CMake/FindNBP.cmake +++ b/CMake/FindNBP.cmake @@ -22,5 +22,3 @@ find_library (NBP_LIBRARIES numericalBraggPrediction # all listed variables are TRUE include (FindPackageHandleStandardArgs) find_package_handle_standard_args (NBP DEFAULT_MSG NBP_LIBRARIES NBP_INCLUDES) - -mark_as_advanced (NBP_LIBRARIES NBP_INCLUDES) |