add nonlocal sc support via cmake.

This commit is contained in:
2018-05-05 21:02:48 +02:00
parent 9bf47a2690
commit aa34efb0a8
5 changed files with 80 additions and 2 deletions

View File

@ -111,7 +111,7 @@ message(" BOOST found in ${Boost_INCLUDE_DIRS}")
message(" LibXML2 found in ${LIBXML2_INCLUDE_DIR}")
message(" ROOT found in ${ROOT_INCLUDE_DIRS}")
if (OpenMP_FOUND)
message(" OpenMP found (version ${OpenMP_VERSION})")
message(" OpenMP found (version ${OpenMP_CXX_VERSION})")
endif (OpenMP_FOUND)
if (nexus)