summaryrefslogtreecommitdiffstats
path: root/Modules/CMakeBackwardCompatibilityCXX.cmake
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2002-09-24 21:58:38 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2002-09-24 21:58:38 (GMT)
commitb5de000f26247b6a0be2ac429ead001cbe9da72e (patch)
tree10f950e14d0d3861b72a99117485674364b3b890 /Modules/CMakeBackwardCompatibilityCXX.cmake
parentcabe849c03f210d104b2bc5a2571226d5e4ddcd2 (diff)
downloadCMake-b5de000f26247b6a0be2ac429ead001cbe9da72e.zip
CMake-b5de000f26247b6a0be2ac429ead001cbe9da72e.tar.gz
CMake-b5de000f26247b6a0be2ac429ead001cbe9da72e.tar.bz2
Improve backward compatibility, so that all backward compatibility stuff is in two modules; fix invoking of try_compile; add checking for header files and sizes of types
Diffstat (limited to 'Modules/CMakeBackwardCompatibilityCXX.cmake')
-rw-r--r--Modules/CMakeBackwardCompatibilityCXX.cmake2
1 files changed, 2 insertions, 0 deletions
diff --git a/Modules/CMakeBackwardCompatibilityCXX.cmake b/Modules/CMakeBackwardCompatibilityCXX.cmake
new file mode 100644
index 0000000..2ce99cf
--- /dev/null
+++ b/Modules/CMakeBackwardCompatibilityCXX.cmake
@@ -0,0 +1,2 @@
+#
+INCLUDE(${CMAKE_ROOT}/Modules/TestForANSIStreamHeaders.cmake)