From f693951480766d026e0627447c897af1e8b87759 Mon Sep 17 00:00:00 2001 From: Alexander Neundorf Date: Wed, 25 Apr 2007 16:22:46 -0400 Subject: [PATCH] STYLE: fix typo "CCC" -> "CC", add comments which variables it sets Alex --- Modules/CMakeDetermineCXXCompiler.cmake | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Modules/CMakeDetermineCXXCompiler.cmake b/Modules/CMakeDetermineCXXCompiler.cmake index 3b1413c6f..494534d2d 100644 --- a/Modules/CMakeDetermineCXXCompiler.cmake +++ b/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)