STYLE: comment which says which variables this macro sets

Alex
This commit is contained in:
Alexander Neundorf 2007-04-30 17:05:32 -04:00
parent 8f7b0291d8
commit 412c0f4a61
1 changed files with 2 additions and 0 deletions

View File

@ -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_<lang>_COMPILER_ID and CMAKE_<lang>_PLATFORM_ID
MACRO(CMAKE_DETERMINE_COMPILER_ID lang src)
# Store the compiler identification source file.
SET(CMAKE_${lang}_COMPILER_ID_SRC "${src}")