summaryrefslogtreecommitdiff
path: root/Utilities
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2017-05-31 10:23:16 -0400
committerBrad King <brad.king@kitware.com>2017-05-31 10:23:16 -0400
commitff77f4613a059cf24f34a5ea1733891ae54325bf (patch)
treecaaa62a185f3a1749535dcb56c7cfe473230aa89 /Utilities
parentde16ff3e58b0518c707ae877e80b6f81e26a4326 (diff)
downloadcmake-ff77f4613a059cf24f34a5ea1733891ae54325bf.tar.gz
Utilities/Release: Drop unused release script
Diffstat (limited to 'Utilities')
-rw-r--r--Utilities/Release/hythloth_release.cmake10
1 files changed, 0 insertions, 10 deletions
diff --git a/Utilities/Release/hythloth_release.cmake b/Utilities/Release/hythloth_release.cmake
deleted file mode 100644
index d2f4ba58ca..0000000000
--- 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)