소스 검색

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 
 # 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)