Skip to content
Snippets Groups Projects
Commit 4a0ce5d5 authored by Timo Koch's avatar Timo Koch
Browse files

[cmake][cleanup] Remove search status message erroneously printed for all...

[cmake][cleanup] Remove search status message erroneously printed for all dependencies (also those not found)
parent a85c317c
No related branches found
No related tags found
1 merge request!1061[cmake][cleanup] Reduce output for cmake tests from module deps
......@@ -99,7 +99,6 @@ macro(dune_process_dependency_macros)
dune_module_to_macro(_cmake_mod_name "${_mod}")
set(_macro "${_cmake_mod_name}Macros")
set(_mod_cmake _mod_cmake-NOTFOUND) # Prevent false positives due to caching
message(STATUS "Searching for macro file '${_macro}' for module '${_mod}'.")
find_file(_mod_cmake
NAMES "${_macro}.cmake"
PATHS ${CMAKE_MODULE_PATH}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment