Skip to content
Snippets Groups Projects
Commit 03158693 authored by Dr. Felix Tobias Schindler's avatar Dr. Felix Tobias Schindler
Browse files

[cmake] update

parent 386b123b
No related branches found
No related tags found
No related merge requests found
......@@ -97,7 +97,7 @@ ENDIF( ${GRIDTYPE} MATCHES "ALBERTAGRID" )
CONFIGURE_FILE( ${CMAKE_CURRENT_SOURCE_DIR}/cmake/cmake_config.h.in ${CMAKE_CURRENT_BINARY_DIR}/cmake_config.h )
# other dune modules
ADD_DUNE_MODULES(common fem geometry grid grid-multiscale stuff)
ADD_DUNE_MODULES(common fem geometry grid grid-multiscale stuff localfunctions)
set(COMMON_LIBS
${DUNE_LIBS}
${BLAS_LIB}
......
#ifndef DUNE_STUFF_CONFIG_H
#define DUNE_STUFF_CONFIG_H
#undef COMMIT
/* the git tag / commit we build from */
#define COMMIT "@COMMIT@"
#ifndef DUNE_DETAILED_DISCRETIZATIONS_CONFIG_H
#define DUNE_DETAILED_DISCRETIZATIONS_CONFIG_H
#define @GRIDTYPE@
#define GRIDDIM @GRIDDIM@
#define POLORDER @POLORDER@
#define DUNE_COMMON_FIELDVECTOR_SIZE_IS_METHOD 1
#ifdef NDEBUG
#define DNDEBUG
#endif
#include "config.h"
#if !HAVE_GRIDTYPE
......@@ -31,8 +20,4 @@
}
#endif
// enable these when dropping autotools
//#cmakedefine HAS_LAMBDA_FUNCTIONS 1
//#cmakedefine HAS_STD_BEGIN_END 1
#endif /* DUNE_STUFF_CONFIG_H */
#endif /* DUNE_DETAILED_DISCRETIZATIONS_CONFIG_H */
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment