diff options
Diffstat (limited to 'cmake/modules/AddDownloadableResource.cmake')
-rw-r--r-- | cmake/modules/AddDownloadableResource.cmake | 3 |
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 |