summaryrefslogtreecommitdiff
path: root/CompileFlags.cmake
diff options
context:
space:
mode:
authorStephen Kelly <steveire@gmail.com>2015-01-05 20:38:28 +0100
committerStephen Kelly <steveire@gmail.com>2015-01-11 17:06:04 +0100
commit5e92c82655e7430bef6604c90b3389f6609c2bdf (patch)
tree5ad641c1a77a1c2050943b914e3d1d5917e573a3 /CompileFlags.cmake
parent15e42bb27c75e90da8163b89ad8fdc0a8fd70d7a (diff)
downloadcmake-5e92c82655e7430bef6604c90b3389f6609c2bdf.tar.gz
Remove some obsolete stuff.
We don't need to run compiler tests for ansi-for etc anymore. All supported compilers support the features tested here.
Diffstat (limited to 'CompileFlags.cmake')
-rw-r--r--CompileFlags.cmake2
1 files changed, 0 insertions, 2 deletions
diff --git a/CompileFlags.cmake b/CompileFlags.cmake
index e7beb3f5b0..153ba6a47d 100644
--- a/CompileFlags.cmake
+++ b/CompileFlags.cmake
@@ -83,5 +83,3 @@ endif ()
if (CMAKE_ANSI_CFLAGS)
set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} ${CMAKE_ANSI_CFLAGS}")
endif ()
-
-include (${CMAKE_ROOT}/Modules/CMakeBackwardCompatibilityCXX.cmake)