some minor cosmetics for OpenMP messages.

This commit is contained in:
suter_a 2018-05-07 13:00:20 +02:00
parent f99b69b820
commit 9370b2cd4d

View File

@ -111,14 +111,18 @@ message(" BOOST found in ${Boost_INCLUDE_DIRS}")
message(" LibXML2 found in ${LIBXML2_INCLUDE_DIR}") message(" LibXML2 found in ${LIBXML2_INCLUDE_DIR}")
message(" ROOT found in ${ROOT_INCLUDE_DIRS}") message(" ROOT found in ${ROOT_INCLUDE_DIRS}")
if (OpenMP_FOUND) if (OpenMP_FOUND)
message(" OpenMP found (version ${OpenMP_CXX_VERSION})") if (OpenMP_CXX_VERSION)
message(" OpenMP found (version ${OpenMP_CXX_VERSION})")
else (OpenMP_CXX_VERSION)
message(" OpenMP found")
endif (OpenMP_CXX_VERSION)
endif (OpenMP_FOUND) endif (OpenMP_FOUND)
if (nexus) if (nexus)
message("") message("")
#//as35 message(" HDF4 found in ${HDF4_INCLUDE_DIRS}") #//as35 message(" HDF4 found in ${HDF4_INCLUDE_DIRS}")
message(" HDF5 found in ${HDF5_INCLUDE_DIRS}") message(" HDF5 found in ${HDF5_INCLUDE_DIRS}")
message(" NeXus found in ${NEXUS_INCLUDE_DIR}") message(" NeXus found in ${NEXUS_INCLUDE_DIR}")
endif (nexus) endif (nexus)
if (BMWlibs) if (BMWlibs)