diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2006-05-02 20:32:46 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2006-05-02 20:32:46 (GMT) |
commit | adf160029c64e5dcf8f6fb7962c0be9763a9e546 (patch) | |
tree | 5aeaae3c8193e369b8c5c2e60ca4f31a5a82c031 /Utilities/Release/hythloth_release.cmake | |
parent | 38373b5d4ca8bf6a5f30d313c96a1e5ef407b7aa (diff) | |
download | CMake-adf160029c64e5dcf8f6fb7962c0be9763a9e546.zip CMake-adf160029c64e5dcf8f6fb7962c0be9763a9e546.tar.gz CMake-adf160029c64e5dcf8f6fb7962c0be9763a9e546.tar.bz2 |
ENH: first pass at cmake scripts to create the cmake release
Diffstat (limited to 'Utilities/Release/hythloth_release.cmake')
-rw-r--r-- | Utilities/Release/hythloth_release.cmake | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Utilities/Release/hythloth_release.cmake b/Utilities/Release/hythloth_release.cmake new file mode 100644 index 0000000..42f06df --- /dev/null +++ b/Utilities/Release/hythloth_release.cmake @@ -0,0 +1,4 @@ +set(PROCESSORS 2) +set(HOST hythloth) +set(MAKE "make -j2") +include(release_cmake.cmake) |