diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2002-10-23 20:53:53 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2002-10-23 20:53:53 (GMT) |
commit | fa782867b33a8a5569d88de5b1f0b5f968e3cd6f (patch) | |
tree | b1f69679d18c58433efa0671d205e9641e0eb91a /Modules/CMakeSystem.cmake.in | |
parent | f6a70573b0c87c285bc798e479435c9a3c1d1fe6 (diff) | |
download | CMake-fa782867b33a8a5569d88de5b1f0b5f968e3cd6f.zip CMake-fa782867b33a8a5569d88de5b1f0b5f968e3cd6f.tar.gz CMake-fa782867b33a8a5569d88de5b1f0b5f968e3cd6f.tar.bz2 |
closer to removing autoconf
Diffstat (limited to 'Modules/CMakeSystem.cmake.in')
-rw-r--r-- | Modules/CMakeSystem.cmake.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Modules/CMakeSystem.cmake.in b/Modules/CMakeSystem.cmake.in new file mode 100644 index 0000000..80b6e6b --- /dev/null +++ b/Modules/CMakeSystem.cmake.in @@ -0,0 +1,3 @@ +SET(CMAKE_SYSTEM "@CMAKE_SYSTEM@") +SET(CMAKE_SYSTEM_NAME "@CMAKE_SYSTEM_NAME@") +SET(CMAKE_SYSTEM_VERSION "@CMAKE_SYSTEM_VERSION@") |