cmake: added musrfit version information to config.h.
This commit is contained in:
@ -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)
|
||||
|
Reference in New Issue
Block a user