1
0
mirror of https://github.com/Rogiel/CMakeDependency synced 2025-12-06 05:22:48 +00:00

Fixed DOWNLOAD_NAME variable

This commit is contained in:
2020-09-11 21:10:50 -03:00
parent 6528d44e20
commit 79acebad79
3 changed files with 12 additions and 2 deletions

View File

@@ -55,7 +55,7 @@ function(import_dependencies_from_json json)
endif()
include(${cmake_dep_file})
list(APPEND CMAKE_CONFIGURE_DEPENDS ${json_dep_file})
set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS ${json_dep_file})
endfunction()
list(APPEND CMAKE_CONFIGURE_DEPENDS ${CMDEP_GENERATOR_SCRIPT})