[cmake-commits] alex committed CMakeForceCompiler.cmake 1.4 1.5

cmake-commits at cmake.org cmake-commits at cmake.org
Fri Aug 24 08:40:59 EDT 2007


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

Modified Files:
	CMakeForceCompiler.cmake 
Log Message:

STYLE: fix typo in the docs

Alex


Index: CMakeForceCompiler.cmake
===================================================================
RCS file: /cvsroot/CMake/CMake/Modules/CMakeForceCompiler.cmake,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- CMakeForceCompiler.cmake	12 Jul 2007 12:37:10 -0000	1.4
+++ CMakeForceCompiler.cmake	24 Aug 2007 12:40:57 -0000	1.5
@@ -9,7 +9,7 @@
 # macro CMAKE_FORCE_SYSTEM(name version processor)
 #   Set CMAKE_SYSTEM_NAME, CMAKE_SYSTEM_VERSION and CMAKE_SYSTEM_PROCESSOR
 #
-# macro CMAKE_FORCE_C_COMPILER(compiler compiler_id sizeof_void)
+# macro CMAKE_FORCE_C_COMPILER(compiler compiler_id sizeof_void_p)
 #   Set CMAKE_C_COMPILER to the given compiler and set CMAKE_C_COMPILER_ID
 #   to the given compiler_id. This Id is used by cmake to construct the filename
 #   of the system-compiler.cmake file. For C also the size of a void-pointer



More information about the Cmake-commits mailing list