diff options
author | Brad King <brad.king@kitware.com> | 2014-04-10 14:08:17 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2014-04-11 13:10:56 (GMT) |
commit | db924e00b4ddb7c068103e43f314042b154f38ac (patch) | |
tree | ec41686052dc9c2ca4c3228f6cc9f1439ca87f7f /Modules/CMakeRCInformation.cmake | |
parent | a48de7d8506325e7f27c9dada578744e1ff3fb35 (diff) | |
download | CMake-db924e00b4ddb7c068103e43f314042b154f38ac.zip CMake-db924e00b4ddb7c068103e43f314042b154f38ac.tar.gz CMake-db924e00b4ddb7c068103e43f314042b154f38ac.tar.bz2 |
CMakeRCInformation: Do not mention 'Fortran' in documentation
This module is for the Windows Resource Compiler, not Fortran.
Diffstat (limited to 'Modules/CMakeRCInformation.cmake')
-rw-r--r-- | Modules/CMakeRCInformation.cmake | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Modules/CMakeRCInformation.cmake b/Modules/CMakeRCInformation.cmake index 8ffe50a..6899457 100644 --- a/Modules/CMakeRCInformation.cmake +++ b/Modules/CMakeRCInformation.cmake @@ -13,7 +13,7 @@ # License text for the above reference.) -# This file sets the basic flags for the Fortran language in CMake. +# This file sets the basic flags for the Windows Resource Compiler. # It also loads the available platform file for the system-compiler # if it exists. @@ -30,7 +30,7 @@ include(Platform/${CMAKE_SYSTEM_NAME}-${CMAKE_BASE_NAME} OPTIONAL) set (CMAKE_RC_FLAGS "$ENV{RCFLAGS} ${CMAKE_RC_FLAGS_INIT}" CACHE STRING - "Flags for Fortran compiler.") + "Flags for Windows Resource Compiler.") # These are the only types of flags that should be passed to the rc # command, if COMPILE_FLAGS is used on a target this will be used |