diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2006-05-08 20:50:17 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2006-05-08 20:50:17 (GMT) |
commit | 467bfbfc76d48b1d0c369fb6731e4e07315dc5e8 (patch) | |
tree | 6f848e754b008c81d179119e60261f5b202ba6c9 /Utilities/Release/hythloth_release.cmake | |
parent | 4d90438597f308a808cefdc3213e490f74dba3d4 (diff) | |
download | CMake-467bfbfc76d48b1d0c369fb6731e4e07315dc5e8.zip CMake-467bfbfc76d48b1d0c369fb6731e4e07315dc5e8.tar.gz CMake-467bfbfc76d48b1d0c369fb6731e4e07315dc5e8.tar.bz2 |
ENH: change name to MAKE_COMMAND
Diffstat (limited to 'Utilities/Release/hythloth_release.cmake')
-rw-r--r-- | Utilities/Release/hythloth_release.cmake | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Utilities/Release/hythloth_release.cmake b/Utilities/Release/hythloth_release.cmake index 95766ed..d2f4ba5 100644 --- a/Utilities/Release/hythloth_release.cmake +++ b/Utilities/Release/hythloth_release.cmake @@ -1,9 +1,10 @@ set(PROCESSORS 2) set(HOST hythloth) -set(MAKE_COMMAND "make") -set(MAKE "${MAKE_COMMAND} -j2") +set(MAKE_PROGRAM "make") +set(MAKE "${MAKE_PROGRAM} -j2") set(INITIAL_CACHE " CMAKE_BUILD_TYPE:STRING=Release +CMAKE_SKIP_BOOTSTRAP_TEST:STRING=TRUE ") get_filename_component(path "${CMAKE_CURRENT_LIST_FILE}" PATH) include(${path}/release_cmake.cmake) |