summaryrefslogtreecommitdiffstats
path: root/Utilities/Release/hythloth_release.cmake
blob: 8ecf987f4cfc71ed2e45cc4f3e744c00431c6442 (plain)
1
2
3
4
5
6
7
8
set(PROCESSORS 2)
set(HOST hythloth)
set(MAKE "make -j2")
set(INITIAL_CACHE "
CMAKE_BUILD_TYPE:STRING=Release
")
get_filename_component(path "${CMAKE_CURRENT_LIST_FILE}" PATH)
include(${path}/release_cmake.cmake)