diff options
author | Stephen Kelly <steveire@gmail.com> | 2015-01-05 19:38:28 (GMT) |
---|---|---|
committer | Stephen Kelly <steveire@gmail.com> | 2015-01-11 16:06:04 (GMT) |
commit | 5e92c82655e7430bef6604c90b3389f6609c2bdf (patch) | |
tree | 5ad641c1a77a1c2050943b914e3d1d5917e573a3 /CompileFlags.cmake | |
parent | 15e42bb27c75e90da8163b89ad8fdc0a8fd70d7a (diff) | |
download | CMake-5e92c82655e7430bef6604c90b3389f6609c2bdf.zip CMake-5e92c82655e7430bef6604c90b3389f6609c2bdf.tar.gz CMake-5e92c82655e7430bef6604c90b3389f6609c2bdf.tar.bz2 |
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.cmake | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/CompileFlags.cmake b/CompileFlags.cmake index e7beb3f..153ba6a 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) |