diff options
author | Alexander Neundorf <neundorf@kde.org> | 2007-08-15 18:26:00 (GMT) |
---|---|---|
committer | Alexander Neundorf <neundorf@kde.org> | 2007-08-15 18:26:00 (GMT) |
commit | b100fe1fe1b94cd6cf48471a2d2c6f7b45f6e061 (patch) | |
tree | 7ba29c891423c671d9877ca1b934c65b4e3070c7 /Modules/CMakeSystem.cmake.in | |
parent | 984b0adc5f41f5ddb9087ab99d1ffa901674f442 (diff) | |
download | CMake-b100fe1fe1b94cd6cf48471a2d2c6f7b45f6e061.zip CMake-b100fe1fe1b94cd6cf48471a2d2c6f7b45f6e061.tar.gz CMake-b100fe1fe1b94cd6cf48471a2d2c6f7b45f6e061.tar.bz2 |
STYLE: don't use an extra file to generate CMakeSystem.cmake but instead
configure the toolchain file into it if required
-also search for nm, objdump and objcpy, so these can be used in macros
Alex
Diffstat (limited to 'Modules/CMakeSystem.cmake.in')
-rw-r--r-- | Modules/CMakeSystem.cmake.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Modules/CMakeSystem.cmake.in b/Modules/CMakeSystem.cmake.in index e6c4f9e..a9f3a55 100644 --- a/Modules/CMakeSystem.cmake.in +++ b/Modules/CMakeSystem.cmake.in @@ -1,3 +1,5 @@ +@INCLUDE_CMAKE_TOOLCHAIN_FILE_IF_REQUIRED@ + SET(CMAKE_SYSTEM "@CMAKE_SYSTEM@") SET(CMAKE_SYSTEM_NAME "@CMAKE_SYSTEM_NAME@") SET(CMAKE_SYSTEM_VERSION "@CMAKE_SYSTEM_VERSION@") |