Skip to content
Snippets Groups Projects
Commit eb31334b authored by tknott's avatar tknott
Browse files

ADD: separated debug release setup

parent d938ed15
Branches stable
No related tags found
No related merge requests found
......@@ -12,7 +12,19 @@ if( NOT VCATSXFEMSOLVER_FOUND )
if ( CATSXFEMSOLVER_VERSION_STRING VERSION_LESS 1.2)
set( CATSXFEMSOLVER_LIBRARIES libgoto2_nehalemp-r1.13 umfpack libamd libg2c libgcc libshared libSources)
else ()
set( CATSXFEMSOLVER_LIBRARIES libgoto2_nehalemp-r1.13 umfpack libamd libg2c libgcc Propagation)
set( CATSXFEMSOLVER_LIBRARIES
optimized libgoto2_nehalemp-r1.13
optimized umfpack
optimized libamd
optimized libg2c
optimized libgcc
optimized Propagation
debug libgoto2_nehalemp-r1.13
debug umfpack
debug libamd
debug libg2c
debug libgcc
debug PropagationD)
endif()
else( CATSXFEMSOLVER_ROOT_DIR )
message( WARNING "vista_find_package_root - File named CatsXFEMSolver/XFEM.h not found" )
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment