summaryrefslogtreecommitdiff
path: root/Modules/CMakeSystem.cmake.in
diff options
context:
space:
mode:
authorAlexander Neundorf <neundorf@kde.org>2007-08-15 14:26:00 -0400
committerAlexander Neundorf <neundorf@kde.org>2007-08-15 14:26:00 -0400
commitb100fe1fe1b94cd6cf48471a2d2c6f7b45f6e061 (patch)
tree7ba29c891423c671d9877ca1b934c65b4e3070c7 /Modules/CMakeSystem.cmake.in
parent984b0adc5f41f5ddb9087ab99d1ffa901674f442 (diff)
downloadcmake-b100fe1fe1b94cd6cf48471a2d2c6f7b45f6e061.tar.gz
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.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/Modules/CMakeSystem.cmake.in b/Modules/CMakeSystem.cmake.in
index e6c4f9e0c6..a9f3a552d4 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@")