some minor cosmetics for OpenMP messages.
This commit is contained in:
parent
f99b69b820
commit
9370b2cd4d
@ -111,7 +111,11 @@ message(" BOOST found in ${Boost_INCLUDE_DIRS}")
|
||||
message(" LibXML2 found in ${LIBXML2_INCLUDE_DIR}")
|
||||
message(" ROOT found in ${ROOT_INCLUDE_DIRS}")
|
||||
if (OpenMP_FOUND)
|
||||
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)
|
||||
|
||||
if (nexus)
|
||||
|
Loading…
x
Reference in New Issue
Block a user