diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2002-12-19 17:51:50 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2002-12-19 17:51:50 (GMT) |
commit | 99f115d1fdf32baa7892e750e173aafdb435138f (patch) | |
tree | a9c52718102f2bd55d28aa2d156c2308d8038948 | |
parent | b489540f83392f00541f9291020d08db05573a01 (diff) | |
download | CMake-99f115d1fdf32baa7892e750e173aafdb435138f.zip CMake-99f115d1fdf32baa7892e750e173aafdb435138f.tar.gz CMake-99f115d1fdf32baa7892e750e173aafdb435138f.tar.bz2 |
better docs
-rw-r--r-- | Modules/CMakeSystemSpecificInformation.cmake | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Modules/CMakeSystemSpecificInformation.cmake b/Modules/CMakeSystemSpecificInformation.cmake index 845dd07..c2c36d1 100644 --- a/Modules/CMakeSystemSpecificInformation.cmake +++ b/Modules/CMakeSystemSpecificInformation.cmake @@ -231,11 +231,11 @@ ENDIF(NOT CMAKE_NOT_USING_CONFIG_FLAGS) # shared linker flags SET (CMAKE_SHARED_LINKER_FLAGS ${CMAKE_SHARED_LINKER_FLAGS_INIT} - CACHE STRING "Flags used by the linker.") + CACHE STRING "Flags used by the linker during the creation of dll's.") # module linker flags SET (CMAKE_MODULE_LINKER_FLAGS ${CMAKE_MODULE_LINKER_FLAGS_INIT} - CACHE STRING "Flags used by the linker.") + CACHE STRING "Flags used by the linker during the creation of modules.") SET(CMAKE_BUILD_TOOL ${CMAKE_MAKE_PROGRAM} CACHE INTERNAL "What is the target build tool cmake is generating for.") |