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

Task #3585: Fix it now...?

parent 3b538460
Branches
Tags
No related merge requests found
......@@ -250,11 +250,11 @@ if(CASACORE_FOUND)
message(STATUS "Found the following Casacore components: ")
foreach(comp ${_find_components})
foreach(casa_lib ${CASACORE_LIBRARIES})
if(${casa_lib} MATCHES "casa_${comp}.so")
if(${casa_lib} MATCHES "casa_${comp}")
message(STATUS " ${comp}: ${casa_lib}")
break()
endif(${casa_lib} MATCHES "casa_${comp}.so")
endforeach(casa_lib CASACORE_LIBRARIES)
endif(${casa_lib} MATCHES "casa_${comp}")
endforeach(casa_lib ${CASACORE_LIBRARIES})
endforeach(comp ${_find_components})
endif(NOT Casacore_FIND_QUIETLY)
else(CASACORE_FOUND)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment