summaryrefslogtreecommitdiffstats
path: root/Tests
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2002-11-18 14:08:23 (GMT)
committerBill Hoffman <bill.hoffman@kitware.com>2002-11-18 14:08:23 (GMT)
commit603af011c12ef1c5053b7093f87a98a341fc382e (patch)
tree2b5fa0f0e83a36663b6f3fd75902ae8fdae82f65 /Tests
parent86c32e96db5360e20e95c121f825f73e6bd0b0fe (diff)
downloadCMake-603af011c12ef1c5053b7093f87a98a341fc382e.zip
CMake-603af011c12ef1c5053b7093f87a98a341fc382e.tar.gz
CMake-603af011c12ef1c5053b7093f87a98a341fc382e.tar.bz2
add print for compiler is gnu
Diffstat (limited to 'Tests')
-rw-r--r--Tests/SystemInformation/SystemInformation.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/Tests/SystemInformation/SystemInformation.in b/Tests/SystemInformation/SystemInformation.in
index c3953ef..8c3a5c7 100644
--- a/Tests/SystemInformation/SystemInformation.in
+++ b/Tests/SystemInformation/SystemInformation.in
@@ -5,6 +5,7 @@ CMAKE_SHARED_LIBRARY_SUFFIX == "${CMAKE_SHARED_LIBRARY_SUFFIX}"
CMAKE_SHARED_MODULE_PREFIX == "${CMAKE_SHARED_MODULE_PREFIX}"
CMAKE_SHARED_MODULE_SUFFIX == "${CMAKE_SHARED_MODULE_SUFFIX}"
+
CMAKE_DL_LIBS == "${CMAKE_DL_LIBS}"
CMAKE_LIBRARY_PATH_FLAG == "${CMAKE_LIBRARY_PATH_FLAG}"
CMAKE_LINK_LIBRARY_FLAG == "${CMAKE_LINK_LIBRARY_FLAG}"
@@ -14,6 +15,8 @@ CMAKE_SYSTEM_NAME == "${CMAKE_SYSTEM_NAME}"
CMAKE_SYSTEM == "${CMAKE_SYSTEM}"
CMAKE_CXX_COMPILER == "${CMAKE_CXX_COMPILER}"
CMAKE_C_COMPILER == "${CMAKE_C_COMPILER}"
+CMAKE_COMPILER_IS_GNUCC == "${CMAKE_COMPILER_IS_GNUCC}"
+CMAKE_COMPILER_IS_GNUCXX == "${CMAKE_COMPILER_IS_GNUCXX}"
// C shared library flag
CMAKE_SHARED_LIBRARY_C_FLAGS == "${CMAKE_SHARED_LIBRARY_C_FLAGS}"