Skip to content
Snippets Groups Projects
Commit 1ccc5085 authored by Felix Schindler's avatar Felix Schindler
Browse files

[examples] removed

parent d98c0419
No related branches found
No related tags found
No related merge requests found
...@@ -7,8 +7,7 @@ project("dune-stuff" CXX) ...@@ -7,8 +7,7 @@ project("dune-stuff" CXX)
if(CMAKE_WITH_AUTOTOOLS) if(CMAKE_WITH_AUTOTOOLS)
# this is how it used to be in the good old days :) # this is how it used to be in the good old days :)
# this assumes that we use autotools to configure everything and just use this CMakeLists.txt for the tests and # this assumes that we use autotools to configure everything and just use this CMakeLists.txt for the tests
# examples in dune-gdt
if( NOT CMAKE_BUILD_TYPE ) if( NOT CMAKE_BUILD_TYPE )
message( STATUS "No build type selected, setting default build type 'Debug'" ) message( STATUS "No build type selected, setting default build type 'Debug'" )
set( CMAKE_BUILD_TYPE "DEBUG" CACHE STRING "DEBUG/RELEASE") set( CMAKE_BUILD_TYPE "DEBUG" CACHE STRING "DEBUG/RELEASE")
...@@ -128,7 +127,6 @@ else(CMAKE_WITH_AUTOTOOLS) ...@@ -128,7 +127,6 @@ else(CMAKE_WITH_AUTOTOOLS)
set_source_files_properties( ${COMMON_HEADER} PROPERTIES HEADER_FILE_ONLY 1 ) set_source_files_properties( ${COMMON_HEADER} PROPERTIES HEADER_FILE_ONLY 1 )
add_subdirectory(dune) add_subdirectory(dune)
#add_subdirectory(examples)
add_subdirectory("cmake/modules") add_subdirectory("cmake/modules")
add_subdirectory("cmake/scripts") add_subdirectory("cmake/scripts")
......
*.vtu
*.param
data
providers
*.o
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