some first cmake tuning for macOS.

This commit is contained in:
2018-05-05 16:47:11 +02:00
parent 42086350e7
commit 9bf47a2690
3 changed files with 32 additions and 6 deletions

View File

@ -106,7 +106,6 @@ if (nexus)
set(DependOnLibs ${DependOnLibs} ${LIBNEXUS_LIBRARY})
set(DependOnLibs ${DependOnLibs} PNeXus)
endif (nexus)
message("debug> OpenMP_FOUND: ${OpenMP_FOUND}, libs: ${OpenMP_CXX_LIBRARIES}")
if (OpenMP_FOUND)
set(DependOnLibs ${DependOnLibs} ${OpenMP_CXX_LIBRARIES})
endif (OpenMP_FOUND)