From 412c0f4a61bfc58ac3c8cc8281d9cc38a127f27d Mon Sep 17 00:00:00 2001 From: Alexander Neundorf Date: Mon, 30 Apr 2007 17:05:32 -0400 Subject: [PATCH] STYLE: comment which says which variables this macro sets Alex --- Modules/CMakeDetermineCompilerId.cmake | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Modules/CMakeDetermineCompilerId.cmake b/Modules/CMakeDetermineCompilerId.cmake index a7fe44cab..5b7d933c6 100644 --- a/Modules/CMakeDetermineCompilerId.cmake +++ b/Modules/CMakeDetermineCompilerId.cmake @@ -1,6 +1,8 @@ # Macro to compile a source file to identify the compiler. This is # used internally by CMake and should not be included by user code. +# If successful, sets CMAKE__COMPILER_ID and CMAKE__PLATFORM_ID + MACRO(CMAKE_DETERMINE_COMPILER_ID lang src) # Store the compiler identification source file. SET(CMAKE_${lang}_COMPILER_ID_SRC "${src}")