Set BUILD_ATHENA default ON

This commit is contained in:
Luke Street 2021-04-18 23:36:22 -04:00
parent 09adc3f2ad
commit 05ff095ed4
1 changed files with 3 additions and 0 deletions

View File

@ -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)