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:
akva
2014-03-26 09:03:44 +00:00
committed by Knut Morten Okstad
parent 0e02011299
commit 9a9332a4f8

View File

@@ -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)