This commit is contained in:
2023-07-31 12:18:19 +03:00
parent 817f95f758
commit 969667e9b1
7 changed files with 9 additions and 9 deletions

View File

@@ -1,4 +1,4 @@
set(MYX_CMAKE_PACKAGE_VERSION "2.4.3")
set(MYX_CMAKE_PACKAGE_VERSION "2.4.6")
if(MYX_CMAKE_PACKAGE_VERSION VERSION_LESS PACKAGE_FIND_VERSION)
set(PACKAGE_VERSION_COMPATIBLE FALSE)
else()

View File

@@ -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)