summaryrefslogtreecommitdiffhomepage
path: root/cmake/modules/AddDownloadableResource.cmake
diff options
context:
space:
mode:
authorAki <please@ignore.pl>2022-02-13 19:24:45 +0100
committerAki <please@ignore.pl>2022-02-13 19:24:45 +0100
commitfaf2d7c9b6ca790e2efd55ba2fa5515bedc9f44c (patch)
treeb3ad23dd034e6cc3ff0087201008679ea50dfe93 /cmake/modules/AddDownloadableResource.cmake
parentba8a2b5fbe8cc688f506c3dac1f8713d67c6405a (diff)
downloadstarshatter-faf2d7c9b6ca790e2efd55ba2fa5515bedc9f44c.zip
starshatter-faf2d7c9b6ca790e2efd55ba2fa5515bedc9f44c.tar.gz
starshatter-faf2d7c9b6ca790e2efd55ba2fa5515bedc9f44c.tar.bz2
Added doc to GitDescribed and cleaned up all cmake modules
Diffstat (limited to 'cmake/modules/AddDownloadableResource.cmake')
-rw-r--r--cmake/modules/AddDownloadableResource.cmake3
1 files changed, 1 insertions, 2 deletions
diff --git a/cmake/modules/AddDownloadableResource.cmake b/cmake/modules/AddDownloadableResource.cmake
index 9d00f58..5880aa0 100644
--- a/cmake/modules/AddDownloadableResource.cmake
+++ b/cmake/modules/AddDownloadableResource.cmake
@@ -32,8 +32,7 @@
# cleaned explicitly either by removing them manually or by running 'clean_downloaded_<target_name>' target.
set(ADD_DOWNLOADABLE_RESOURCE_SCRIPT ${CMAKE_CURRENT_LIST_DIR}/download_resource.cmake.in)
-function(add_downloadable_resource)
- set(RESOURCE_TARGET ${ARGV0})
+function(add_downloadable_resource RESOURCE_TARGET)
cmake_parse_arguments(
PARSE_ARGV 1
RESOURCE