diff options
author | Alexander Neundorf <neundorf@kde.org> | 2009-05-12 19:11:16 (GMT) |
---|---|---|
committer | Alexander Neundorf <neundorf@kde.org> | 2009-05-12 19:11:16 (GMT) |
commit | ea8c04a4f89c0e86e58fae3b5b746fd5a067d566 (patch) | |
tree | a59f4af1cdb474c85bffccc06e3e3562f883ea7c /Modules/CMakeSystemSpecificInformation.cmake | |
parent | c28926de5d5c3cf40a98a89af31f742d5502663b (diff) | |
download | CMake-ea8c04a4f89c0e86e58fae3b5b746fd5a067d566.zip CMake-ea8c04a4f89c0e86e58fae3b5b746fd5a067d566.tar.gz CMake-ea8c04a4f89c0e86e58fae3b5b746fd5a067d566.tar.bz2 |
STYLE: rename the files from CMake<GENERATOR>.cmake to
CMakeFind<GENERATOR>.cmake, so it is more consistent e.g. with
CMakeFindXcode.cmake
Alex
Diffstat (limited to 'Modules/CMakeSystemSpecificInformation.cmake')
-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 5aa83b3..e7a4e6c 100644 --- a/Modules/CMakeSystemSpecificInformation.cmake +++ b/Modules/CMakeSystemSpecificInformation.cmake @@ -36,10 +36,10 @@ ENDIF(NOT _INCLUDED_SYSTEM_INFO_FILE) # optionally include a file which can do extra-generator specific things, e.g. -# CMakeEclipseCDT4.cmake asks gcc for the system include dirs for the Eclipse CDT4 generator +# CMakeFindEclipseCDT4.cmake asks gcc for the system include dirs for the Eclipse CDT4 generator IF(CMAKE_EXTRA_GENERATOR) STRING(REPLACE " " "" _CMAKE_EXTRA_GENERATOR_NO_SPACES ${CMAKE_EXTRA_GENERATOR} ) - INCLUDE("CMake${_CMAKE_EXTRA_GENERATOR_NO_SPACES}" OPTIONAL) + INCLUDE("CMakeFind${_CMAKE_EXTRA_GENERATOR_NO_SPACES}" OPTIONAL) ENDIF(CMAKE_EXTRA_GENERATOR) |