Commit Graph

2 Commits

Author SHA1 Message Date
akva
3bf1d1bddc Added: Build system support for forcing the SuperLU version to use
Use -DIFEM_USE_SUPERLU_MT to build with multi-threaded version

Fixed: Some missing FIND_PACKAGE statements in FindIFEMDeps.cmake

git-svn-id: http://svn.sintef.no/trondheim/IFEM/trunk@1843 e10b68d5-8a6e-419e-a041-bce267b0401d
2015-07-10 22:02:45 +02:00
akva
e29fb1b13f changed: some refactoring of the buildsystem
the flags are available as

IFEM_BUILD_CXX_FLAGS (for building the library)
IFEM_CXX_FLAGS for applications (only hold those used in IFEM headers)

this means that applications can only do FIND_PACKAGE(IFEM REQUIRED)
and everything will be available, no mocking around with dependency
libraries required

!NOTE! this changes the names of some of the cmake options !NOTE!
see cmake/Modules/IFEMOptions.cmake for the new names and default values

git-svn-id: http://svn.sintef.no/trondheim/IFEM/trunk@1701 e10b68d5-8a6e-419e-a041-bce267b0401d
2015-07-10 22:02:35 +02:00