fixed: set LRSpline config stuff in build flags
needed when not using the submodule mode git-svn-id: http://svn.sintef.no/trondheim/IFEM/trunk@2790 e10b68d5-8a6e-419e-a041-bce267b0401d
This commit is contained in:
@@ -122,6 +122,7 @@ IF(IFEM_USE_LRSPLINES)
|
||||
SET(IFEM_DEPLIBS ${IFEM_DEPLIBS} ${LRSpline_LIBRARIES})
|
||||
SET(IFEM_DEPINCLUDES ${IFEM_DEPINCLUDES} ${LRSpline_INCLUDE_DIRS})
|
||||
SET(IFEM_BUILD_CXX_FLAGS "${IFEM_BUILD_CXX_FLAGS} -DHAS_LRSPLINE=1 ${LRSpline_DEFINITIONS}")
|
||||
SET(IFEM_CXX_FLAGS "${IFEM_CXX_FLAGS} -DHAS_LRSPLINE=1 ${LRSpline_DEFINITIONS}")
|
||||
ENDIF(LRSPLINE_VERSION_MINOR LESS 4)
|
||||
ENDIF(LRSpline_LIBRARIES AND LRSpline_INCLUDE_DIRS)
|
||||
ENDIF(IFEM_USE_LRSPLINES)
|
||||
|
||||
Reference in New Issue
Block a user