Browse Source

STYLE: fix typo "CCC" -> "CC", add comments which variables it sets

Alex
Alexander Neundorf 18 years ago
parent
commit
f693951480
1 changed files with 7 additions and 0 deletions
  1. 7 0
      Modules/CMakeDetermineCXXCompiler.cmake

+ 7 - 0
Modules/CMakeDetermineCXXCompiler.cmake

@@ -5,6 +5,13 @@
 # use environment variable CXX first if defined by user, next use 
 # the cmake variable CMAKE_GENERATOR_CXX which can be defined by a generator
 # as a default compiler
+#
+# Sets the following variables:
+#   CMAKE_CXX_COMPILER
+#   CMAKE_COMPILER_IS_GNUCXX
+#   CMAKE_AR
+#   CMAKE_RANLIB
+
 
 IF(NOT CMAKE_CXX_COMPILER)
   SET(CMAKE_CXX_COMPILER_INIT NOTFOUND)