diff options
author | Alexander Neundorf <neundorf@kde.org> | 2007-08-24 12:40:57 (GMT) |
---|---|---|
committer | Alexander Neundorf <neundorf@kde.org> | 2007-08-24 12:40:57 (GMT) |
commit | f35f1ac9ab3f2aef2c25b8e467de6b151298641e (patch) | |
tree | 72b6a84efa2c46e7200af37879bbb0951ca0d42b /Modules/CMakeForceCompiler.cmake | |
parent | 091d1ccbb938d196330ffd8c75fcc12b3d6267a3 (diff) | |
download | CMake-f35f1ac9ab3f2aef2c25b8e467de6b151298641e.zip CMake-f35f1ac9ab3f2aef2c25b8e467de6b151298641e.tar.gz CMake-f35f1ac9ab3f2aef2c25b8e467de6b151298641e.tar.bz2 |
STYLE: fix typo in the docs
Alex
Diffstat (limited to 'Modules/CMakeForceCompiler.cmake')
-rw-r--r-- | Modules/CMakeForceCompiler.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/CMakeForceCompiler.cmake b/Modules/CMakeForceCompiler.cmake index 751fd78..79ac054 100644 --- a/Modules/CMakeForceCompiler.cmake +++ b/Modules/CMakeForceCompiler.cmake @@ -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 |