cmake: added musrfit version information to config.h.

This commit is contained in:
2018-05-11 22:12:22 +02:00
parent b57d67fe35
commit 2efa975de8
3 changed files with 21 additions and 1 deletions

View File

@ -74,7 +74,7 @@ find_package(LibXml2 REQUIRED)
if (try_OpenMP)
find_package(OpenMP)
if (OpenMP_FOUND)
# add_definitions(-DHAVE_GOMP)
add_definitions(-DHAVE_GOMP)
set(HAVE_GOMP 1 CACHE INTERNAL "Have GOMP")
endif (OpenMP_FOUND)
endif (try_OpenMP)