From ff77f4613a059cf24f34a5ea1733891ae54325bf Mon Sep 17 00:00:00 2001 From: Brad King Date: Wed, 31 May 2017 10:23:16 -0400 Subject: Utilities/Release: Drop unused release script --- Utilities/Release/hythloth_release.cmake | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 Utilities/Release/hythloth_release.cmake diff --git a/Utilities/Release/hythloth_release.cmake b/Utilities/Release/hythloth_release.cmake deleted file mode 100644 index d2f4ba5..0000000 --- a/Utilities/Release/hythloth_release.cmake +++ /dev/null @@ -1,10 +0,0 @@ -set(PROCESSORS 2) -set(HOST hythloth) -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) -- cgit v0.12