resolve dependency problem between RIGID and USER-OMP package

This commit is contained in:
Axel Kohlmeyer 2018-07-30 18:32:28 +02:00
parent ae0979e1ad
commit 882e1e5138
1 changed files with 6 additions and 0 deletions

View File

@ -585,8 +585,14 @@ if(PKG_USER-OMP)
# detects styles which have USER-OMP version
RegisterStylesExt(${USER-OMP_SOURCES_DIR} omp OMP_SOURCES)
get_property(USER-OMP_SOURCES GLOBAL PROPERTY OMP_SOURCES)
# manually add classes, that are not styles
if(PKG_RIGID)
list(APPEND USER-OMP_SOURCES ${USER-OMP_SOURCES_DIR}/fix_rigid_nh_omp.cpp)
endif()
list(APPEND LIB_SOURCES ${USER-OMP_SOURCES})
include_directories(${USER-OMP_SOURCES_DIR})
endif()