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

Alex
This commit is contained in:
Alexander Neundorf 2007-04-25 16:22:46 -04:00
parent 2a610dc552
commit f693951480
1 changed files with 7 additions and 0 deletions

View File

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