diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2006-10-16 16:47:07 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2006-10-16 16:47:07 (GMT) |
commit | 71c934f02959b8593bc4241e61f3bcf78cceefd0 (patch) | |
tree | b968757fa2b58a0a4793b9460170fed2f59d317d /Utilities/Release/magrathea_release.cmake | |
parent | e593fbf6eee74e33f721742ac0d632a3b7f72084 (diff) | |
download | CMake-71c934f02959b8593bc4241e61f3bcf78cceefd0.zip CMake-71c934f02959b8593bc4241e61f3bcf78cceefd0.tar.gz CMake-71c934f02959b8593bc4241e61f3bcf78cceefd0.tar.bz2 |
ENH: update for release
Diffstat (limited to 'Utilities/Release/magrathea_release.cmake')
-rw-r--r-- | Utilities/Release/magrathea_release.cmake | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/Utilities/Release/magrathea_release.cmake b/Utilities/Release/magrathea_release.cmake new file mode 100644 index 0000000..cbae074 --- /dev/null +++ b/Utilities/Release/magrathea_release.cmake @@ -0,0 +1,13 @@ +set(PROCESSORS 1) +set(HOST magrathea) +set(MAKE_PROGRAM "make") +set(CC gcc332s) +set(CXX c++332s) +set(INITIAL_CACHE " +CURSES_LIBRARY:FILEPATH=/usr/i686-gcc-332s/lib/libncurses.a +CURSES_INCLUDE_PATH:PATH=/usr/i686-gcc-332s/include/ncurses +FORM_LIBRARY:FILEPATH=/usr/i686-gcc-332s/lib/libform.a +CPACK_SYSTEM_NAME:STRING=Linux-i386 +") +get_filename_component(path "${CMAKE_CURRENT_LIST_FILE}" PATH) +include(${path}/release_cmake.cmake) |