diff --git a/lib/CMakeLists.txt b/lib/CMakeLists.txt index dfa374c..b991927 100644 --- a/lib/CMakeLists.txt +++ b/lib/CMakeLists.txt @@ -78,7 +78,7 @@ if(NOT USE_SYSTEM_ARGS) include(FetchContent) FetchContent_Declare(args GIT_REPOSITORY https://github.com/Taywee/args - GIT_TAG 6.4.6 + GIT_TAG 114200a9ad5fe06c8dea76e15d92325695cf3e34 ) FetchContent_MakeAvailable(args) endfunction() diff --git a/lib/zlib/CMakeLists.txt b/lib/zlib/CMakeLists.txt index 0432835..bdfc903 100644 --- a/lib/zlib/CMakeLists.txt +++ b/lib/zlib/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.2) +cmake_minimum_required(VERSION 3.6) set(CMAKE_POSITION_INDEPENDENT_CODE true) set(CMAKE_INCLUDE_CURRENT_DIR true)