Merge branch 'dev' into newlocallab

This commit is contained in:
heckflosse
2018-09-15 20:53:21 +02:00
178 changed files with 4228 additions and 3683 deletions

View File

@@ -226,6 +226,10 @@ else()
)
endif()
if(OPENMP_FOUND AND NOT APPLE)
set(EXTRA_LIB_RTGUI ${EXTRA_LIB_RTGUI} "atomic")
endif()
# Create config.h which defines where data are stored
configure_file("${CMAKE_CURRENT_SOURCE_DIR}/config.h.in" "${CMAKE_CURRENT_BINARY_DIR}/config.h")