summaryrefslogtreecommitdiffstats
path: root/Utilities/Release/hythloth_release.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'Utilities/Release/hythloth_release.cmake')
-rw-r--r--Utilities/Release/hythloth_release.cmake5
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)