aboutsummaryrefslogtreecommitdiff
path: root/cmake.deps/cmake/BuildUnibilium.cmake
blob: 9a8caf89d10f7062c8639a299356aaf027c02d50 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
if(USE_EXISTING_SRC_DIR)
  unset(UNIBILIUM_URL)
endif()
ExternalProject_Add(unibilium
  URL ${UNIBILIUM_URL}
  URL_HASH SHA256=${UNIBILIUM_SHA256}
  DOWNLOAD_NO_PROGRESS TRUE
  DOWNLOAD_DIR ${DEPS_DOWNLOAD_DIR}/unibilium
  CMAKE_ARGS ${DEPS_CMAKE_ARGS}
  CMAKE_CACHE_ARGS ${DEPS_CMAKE_CACHE_ARGS})

list(APPEND THIRD_PARTY_DEPS unibilium)