You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
287 B
11 lines
287 B
16 years ago
|
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)
|