Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion lib/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down
2 changes: 1 addition & 1 deletion lib/zlib/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -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)
Expand Down