From 6c23dc3dc15b888738c42418bb4ac15ce9fcb514 Mon Sep 17 00:00:00 2001 From: Bernd Flemisch <bernd@iws.uni-stuttgart.de> Date: Wed, 21 Dec 2011 08:24:10 +0000 Subject: [PATCH] hacky solution to make CMake work with gcc 4.6 git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@7209 2fb0f335-1f38-0410-981e-8018bf24f1b0 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 2018bba83b..5686451cc1 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -81,7 +81,7 @@ set(DumuxIncludeDirectories ############## # set appropriate compiler flags for debug/release compilation modes -add_definitions("-std=c++0x -Wall -Wno-sign-compare --no-strict-aliasing") +add_definitions("-std=c++0x -Wall -Wno-sign-compare --no-strict-aliasing -DHAVE_NULLPTR=1") if(CMAKE_BUILD_TYPE STREQUAL "debug") # debug mode -- GitLab