build: define EP_PREFIX property

This is just to avoid the boilerplate of definining PREFIX for
each dependency.
This commit is contained in:
dundargoc
2022-10-01 14:54:58 +02:00
parent 59d5f692f8
commit fbc66d798c
15 changed files with 1 additions and 15 deletions

View File

@@ -23,7 +23,6 @@ else()
endif()
ExternalProject_Add(libtermkey
PREFIX ${DEPS_BUILD_DIR}
URL ${LIBTERMKEY_URL}
URL_HASH SHA256=${LIBTERMKEY_SHA256}
DOWNLOAD_NO_PROGRESS TRUE