2.4.6
This commit is contained in:
@ -21,7 +21,7 @@ myx_download_content
|
||||
|
||||
find_package(Git QUIET)
|
||||
|
||||
option(ENABLE_DONWLOAD_CONTENT "Enable download content" ON)
|
||||
option(ENABLE_DOWNLOAD_CONTENT "Enable download content" ON)
|
||||
|
||||
function(myx_download_content NAME)
|
||||
set(options)
|
||||
@ -41,7 +41,7 @@ function(myx_download_content NAME)
|
||||
endif()
|
||||
|
||||
if(NOT ARG_DOWNLOAD_DIR)
|
||||
set(ARG_DOWNLOAD_DIR downloads)
|
||||
set(ARG_DOWNLOAD_DIR "_downloads")
|
||||
endif()
|
||||
|
||||
if(CMAKE_SCRIPT_MODE_FILE)
|
||||
|
Reference in New Issue
Block a user