[cmake-commits] king committed CMakeForceCompiler.cmake 1.8 1.9
cmake-commits at cmake.org
cmake-commits at cmake.org
Mon Mar 3 11:18:51 EST 2008
Update of /cvsroot/CMake/CMake/Modules
In directory public:/mounts/ram/cvs-serv7642
Modified Files:
CMakeForceCompiler.cmake
Log Message:
STYLE: Fixed docs of new CMakeForceCompiler
Index: CMakeForceCompiler.cmake
===================================================================
RCS file: /cvsroot/CMake/CMake/Modules/CMakeForceCompiler.cmake,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- CMakeForceCompiler.cmake 3 Mar 2008 16:16:32 -0000 1.8
+++ CMakeForceCompiler.cmake 3 Mar 2008 16:18:49 -0000 1.9
@@ -6,13 +6,15 @@
# CMAKE_FORCE_C_COMPILER(<compiler> <compiler-id>)
# It sets CMAKE_C_COMPILER to the given compiler and the cmake
# internal variable CMAKE_C_COMPILER_ID to the given compiler-id.
-# It also bypasses ???
+# It also bypasses the check for working compiler and basic compiler
+# information tests.
#
# Macro CMAKE_FORCE_CXX_COMPILER has the following signature:
# CMAKE_FORCE_CXX_COMPILER(<compiler> <compiler-id>)
# It sets CMAKE_CXX_COMPILER to the given compiler and the cmake
# internal variable CMAKE_CXX_COMPILER_ID to the given compiler-id.
-# It also bypasses ???
+# It also bypasses the check for working compiler and basic compiler
+# information tests.
#
# So a simple toolchain file could look like this:
# INCLUDE (CMakeForceCompiler)
More information about the Cmake-commits
mailing list