mirror of https://github.com/AxioDL/metaforce.git
Set BUILD_ATHENA default ON
This commit is contained in:
parent
09adc3f2ad
commit
05ff095ed4
|
@ -356,6 +356,9 @@ if (NOT WIN32)
|
|||
set(ZLIB_LIBRARIES ZLIB::ZLIB CACHE STRING "zlib libraries" FORCE)
|
||||
endif()
|
||||
|
||||
option(BUILD_ATHENA "Build Athena libraries from source" ON)
|
||||
option(BUILD_ATDNA "Build atdna utility from source (requires LLVM)" OFF)
|
||||
|
||||
if (NOT BUILD_ATDNA)
|
||||
set(ATHENA_BASE_URL "https://github.com/libAthena/athena/releases/download/latest")
|
||||
if (WIN32)
|
||||
|
|
Loading…
Reference in New Issue