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.cmake6
1 files changed, 5 insertions, 1 deletions
diff --git a/Utilities/Release/hythloth_release.cmake b/Utilities/Release/hythloth_release.cmake
index 42f06df..8ecf987 100644
--- a/Utilities/Release/hythloth_release.cmake
+++ b/Utilities/Release/hythloth_release.cmake
@@ -1,4 +1,8 @@
set(PROCESSORS 2)
set(HOST hythloth)
set(MAKE "make -j2")
-include(release_cmake.cmake)
+set(INITIAL_CACHE "
+CMAKE_BUILD_TYPE:STRING=Release
+")
+get_filename_component(path "${CMAKE_CURRENT_LIST_FILE}" PATH)
+include(${path}/release_cmake.cmake)