summaryrefslogtreecommitdiff
path: root/cmake/FindDummy.cmake.template
diff options
context:
space:
mode:
Diffstat (limited to 'cmake/FindDummy.cmake.template')
-rw-r--r--cmake/FindDummy.cmake.template4
1 files changed, 2 insertions, 2 deletions
diff --git a/cmake/FindDummy.cmake.template b/cmake/FindDummy.cmake.template
index ecb7f672b..f339e4f04 100644
--- a/cmake/FindDummy.cmake.template
+++ b/cmake/FindDummy.cmake.template
@@ -55,13 +55,13 @@ if(NOT Dummy_FOUND_SYSTEM)
# declare some release, version, tag, commit
set(Dummy_VERSION "1.2.3")
# do whatever is necessary
- # - set the proper install prefix
+ # - use some common config
# - prefer URL to GIT (to avoid rebuilds)
# - only build / install static versions if possible
# - pass ${TOOLCHAIN_PREFIX}
ExternalProject_Add(
Dummy-EP
- PREFIX ${DEPS_PREFIX}
+ ${COMMON_EP_CONFIG}
URL https://dummy.org/download/dummy-${Dummy_VERSION}.tar.bz2
URL_HASH SHA1=abc123
CMAKE_ARGS
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback