[cmake-commits] alex committed CMakeDetermineCompilerId.cmake 1.2 1.3

cmake-commits at cmake.org cmake-commits at cmake.org
Mon Apr 30 17:05:35 EDT 2007


Update of /cvsroot/CMake/CMake/Modules
In directory public:/mounts/ram/cvs-serv29629

Modified Files:
	CMakeDetermineCompilerId.cmake 
Log Message:

STYLE: comment which says which variables this macro sets

Alex


Index: CMakeDetermineCompilerId.cmake
===================================================================
RCS file: /cvsroot/CMake/CMake/Modules/CMakeDetermineCompilerId.cmake,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- CMakeDetermineCompilerId.cmake	28 Apr 2007 13:35:01 -0000	1.2
+++ CMakeDetermineCompilerId.cmake	30 Apr 2007 21:05:32 -0000	1.3
@@ -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}")



More information about the Cmake-commits mailing list