[Cmake-commits] [cmake-commits] hoffman committed CheckCCompilerFlag.cmake 1.1 1.2

cmake-commits at cmake.org cmake-commits at cmake.org
Tue Sep 9 14:12:50 EDT 2008


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

Modified Files:
	CheckCCompilerFlag.cmake 
Log Message:
ENH: fix docs, bug 7590


Index: CheckCCompilerFlag.cmake
===================================================================
RCS file: /cvsroot/CMake/CMake/Modules/CheckCCompilerFlag.cmake,v
retrieving revision 1.1
retrieving revision 1.2
diff -C 2 -d -r1.1 -r1.2
*** CheckCCompilerFlag.cmake	18 Sep 2006 21:55:22 -0000	1.1
--- CheckCCompilerFlag.cmake	9 Sep 2008 18:12:48 -0000	1.2
***************
*** 4,7 ****
--- 4,11 ----
  #  FLAG - the compiler flag
  #  VARIABLE - variable to store the result
+ # 
+ #  This actually calls the check_c_source_compiles macro.
+ #  See help for CheckCSourceCompiles for a listing of variables
+ #  that can modify the build.
  
  # Copyright (c) 2006, Alexander Neundorf, <neundorf at kde.org>



More information about the Cmake-commits mailing list