summaryrefslogtreecommitdiffstats
path: root/Templates/CMakeSystemConfig.cmake.in
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2001-07-16 14:17:35 (GMT)
committerBill Hoffman <bill.hoffman@kitware.com>2001-07-16 14:17:35 (GMT)
commita07fa65f9ddf8865d82517127448e61a24e10112 (patch)
tree3f441ecf0774d5a85c22e433bc4824193ac08485 /Templates/CMakeSystemConfig.cmake.in
parent42e3ee8c0501e6263bedc10a6801348cee50a99f (diff)
downloadCMake-a07fa65f9ddf8865d82517127448e61a24e10112.zip
CMake-a07fa65f9ddf8865d82517127448e61a24e10112.tar.gz
CMake-a07fa65f9ddf8865d82517127448e61a24e10112.tar.bz2
ENH: add a variable for CMAKE_COMPILER_IS_GNUCXX
Diffstat (limited to 'Templates/CMakeSystemConfig.cmake.in')
-rw-r--r--Templates/CMakeSystemConfig.cmake.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/Templates/CMakeSystemConfig.cmake.in b/Templates/CMakeSystemConfig.cmake.in
index 46c4e2e..1a5ac24 100644
--- a/Templates/CMakeSystemConfig.cmake.in
+++ b/Templates/CMakeSystemConfig.cmake.in
@@ -50,3 +50,4 @@ SET (CMAKE_X_CFLAGS "@X_CFLAGS@" CACHE STRING "X11 extra flags")
SET (CMAKE_HAS_X @CMAKE_HAS_X@ CACHE INTERNAL "Is X11 around")
SET (CMAKE_NO_ANSI_STREAM_HEADERS @CMAKE_NO_ANSI_STREAM_HEADERS@ CACHE INTERNAL "does the compiler support headers like iostream ")
SET (CMAKE_NO_STD_NAMESPACE @CMAKE_NO_STD_NAMESPACE@ CACHE INTERNAL "does the compiler support std:: ")
+SET (CMAKE_COMPILER_IS_GNUCXX @CMAKE_COMPILER_IS_GNUCXX@ CACHE INTERNAL "Is the compile GNU C++")