Skip to content
Snippets Groups Projects
Commit a314d08d authored by Christoph Grüninger's avatar Christoph Grüninger
Browse files

[CMake]

Temporarilly remove syncertest from building.
Add some comments to config.h.cmake.

[[Imported from SVN: r6591]]
parent 2b015225
No related branches found
No related tags found
No related merge requests found
/* config.h. Generated from config.h.cmake by CMake. */
#define DUNE_COMMON_FIELDVECTOR_SIZE_IS_METHOD 1 #define DUNE_COMMON_FIELDVECTOR_SIZE_IS_METHOD 1
/* Define to the version of dune-common */ /* Define to the version of dune-common */
...@@ -38,10 +40,19 @@ ...@@ -38,10 +40,19 @@
/* Define to 1 if you have <boost/make_shared.hpp> */ /* Define to 1 if you have <boost/make_shared.hpp> */
#cmakedefine01 HAVE_BOOST_MAKE_SHARED_HPP #cmakedefine01 HAVE_BOOST_MAKE_SHARED_HPP
/* Define to 1 if nullptr is supported */
#cmakedefine01 HAVE_NULLPTR #cmakedefine01 HAVE_NULLPTR
/* Define to 1 if static_assert is supported */
#cmakedefine01 HAVE_STATIC_ASSERT #cmakedefine01 HAVE_STATIC_ASSERT
/* Define to 1 if variadic templates are supported */
#cmakedefine01 HAVE_VARIADIC_TEMPLATES #cmakedefine01 HAVE_VARIADIC_TEMPLATES
/* Define to 1 if SFINAE on variadic template constructors is fully supported */
#cmakedefine01 HAVE_VARIADIC_CONSTRUCTOR_SFINAE #cmakedefine01 HAVE_VARIADIC_CONSTRUCTOR_SFINAE
/* Define to 1 if rvalue references are supported */
#cmakedefine01 HAVE_RVALUE_REFERENCES #cmakedefine01 HAVE_RVALUE_REFERENCES
/* Include allways usefull headers */ /* Include allways usefull headers */
......
...@@ -13,7 +13,7 @@ if(MPI_FOUND) ...@@ -13,7 +13,7 @@ if(MPI_FOUND)
target_link_libraries(selectiontest ${MPI_CXX_LIBRARIES}) target_link_libraries(selectiontest ${MPI_CXX_LIBRARIES})
endif(MPI_FOUND) endif(MPI_FOUND)
add_executable("syncertest" syncertest.cc) #add_executable("syncertest" syncertest.cc)
if(MPI_FOUND) #if(MPI_FOUND)
target_link_libraries(syncertest ${MPI_CXX_LIBRARIES}) # target_link_libraries(syncertest ${MPI_CXX_LIBRARIES})
endif(MPI_FOUND) #endif(MPI_FOUND)
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