From 882fe5e74f5def6de9e448a38ef6036548e29ca0 Mon Sep 17 00:00:00 2001 From: Rene Milk <rene.milk@uni-muenster.de> Date: Wed, 20 May 2015 15:03:50 +0200 Subject: [PATCH] [grid] exp. grid extensions are no longer mandatory --- cmake/modules/DuneStuffMacros.cmake | 2 -- 1 file changed, 2 deletions(-) diff --git a/cmake/modules/DuneStuffMacros.cmake b/cmake/modules/DuneStuffMacros.cmake index 07b6ef9aa..78c969c47 100644 --- a/cmake/modules/DuneStuffMacros.cmake +++ b/cmake/modules/DuneStuffMacros.cmake @@ -49,8 +49,6 @@ SET( CMAKE_EXPORT_COMPILE_COMMANDS "ON" ) SET( CMAKE_CXX_FLAGS_RELEASE CACHE STRING "-DDNDEBUG -DNDEBUG -O2 -fPIC ${CMAKE_CXX_FLAGS_RELEASE}") -# exp grid extensions needed for boundaryId stuff -SET( CMAKE_CXX_FLAGS "-DDUNE_GRID_EXPERIMENTAL_GRID_EXTENSIONS=1 ${CMAKE_CXX_FLAGS}" ) SET( CMAKE_CXX_FLAGS_DEBUG "-O0 -DDNDEBUG -g3 -ggdb -Wunused-variable -fno-strict-aliasing -fPIC -Wall -Wextra -Wparentheses -pedantic -Wshadow -Wundef -Wnon-virtual-dtor ${CMAKE_CXX_FLAGS_DEBUG}") -- GitLab