Skip to content
Snippets Groups Projects
Commit b8ed77d4 authored by Arno Schoenmakers's avatar Arno Schoenmakers
Browse files

Task #3585: Reintegrated task branch into trunk

parents 3e653573 71cb2207
No related branches found
No related tags found
No related merge requests found
...@@ -248,9 +248,10 @@ endif(CASACORE_MISSING_COMPONENTS) ...@@ -248,9 +248,10 @@ endif(CASACORE_MISSING_COMPONENTS)
if(CASACORE_FOUND) if(CASACORE_FOUND)
if(NOT Casacore_FIND_QUIETLY) if(NOT Casacore_FIND_QUIETLY)
message(STATUS "Found the following Casacore components: ") message(STATUS "Found the following Casacore components: ")
foreach(comp ${_find_components}) foreach(_comp ${_find_components})
message(STATUS " ${comp}") string(TOUPPER casa_${_comp} _COMP)
endforeach(comp ${_find_components}) message(STATUS " ${_comp}: ${${_COMP}_LIBRARY}")
endforeach(_comp ${_find_components})
endif(NOT Casacore_FIND_QUIETLY) endif(NOT Casacore_FIND_QUIETLY)
else(CASACORE_FOUND) else(CASACORE_FOUND)
if(Casacore_FIND_REQUIRED) if(Casacore_FIND_REQUIRED)
......
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