浏览代码

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

Alex
Alexander Neundorf 18 年之前
父节点
当前提交
f693951480
共有 1 个文件被更改,包括 7 次插入0 次删除
  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 
 # use environment variable CXX first if defined by user, next use 
 # the cmake variable CMAKE_GENERATOR_CXX which can be defined by a generator
 # the cmake variable CMAKE_GENERATOR_CXX which can be defined by a generator
 # as a default compiler
 # as a default compiler
+#
+# Sets the following variables:
+#   CMAKE_CXX_COMPILER
+#   CMAKE_COMPILER_IS_GNUCXX
+#   CMAKE_AR
+#   CMAKE_RANLIB
+
 
 
 IF(NOT CMAKE_CXX_COMPILER)
 IF(NOT CMAKE_CXX_COMPILER)
   SET(CMAKE_CXX_COMPILER_INIT NOTFOUND)
   SET(CMAKE_CXX_COMPILER_INIT NOTFOUND)