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