From 8e7af68783e8723ff241fef8bc96f6f730795cae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christoph=20Gr=C3=BCninger?= <gruenich@dune-project.org> Date: Tue, 25 Nov 2014 06:45:51 +0100 Subject: [PATCH] [CMake] Don't translate --disable-tr1-headers to CMake, it's gone. --- lib/dunecommonam2cmake.lib | 6 ------ 1 file changed, 6 deletions(-) diff --git a/lib/dunecommonam2cmake.lib b/lib/dunecommonam2cmake.lib index 5e4f646e0..dd4f84b3c 100644 --- a/lib/dunecommonam2cmake.lib +++ b/lib/dunecommonam2cmake.lib @@ -34,12 +34,6 @@ dune_common_options_am2cmake() CMAKE_PARAMS="$CMAKE_PARAMS -DDISABLE_CXX11CHECK:BOOL=TRUE" fi - # Check for --disable-gxx0xcheck - echo $PARAMS | grep \\-\\-disable-tr1-headers > /dev/null - if test "$?" -eq 0 ; then - CMAKE_PARAMS="$CMAKE_PARAMS -DDISABLE_TR1_HEADERS:BOOL=TRUE" - fi - # Check for --with-minimal-debug-level local arg=`echo "$PARAMS"| grep \\\\--with-minimal-debug-level= | sed "s/.*--with-minimal-debug-level=\([^$BLANK]*\).*/\1/"` if test "x$arg" != "x"; then -- GitLab