Skip to content

Commit

Permalink
change cmake minimum required version to 3.16
Browse files Browse the repository at this point in the history
  • Loading branch information
zouxianyu committed Nov 27, 2023
1 parent f1079b5 commit 9816976
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.20)
cmake_minimum_required(VERSION 3.16)
project(query_pdb)

add_subdirectory(thirdparty/cpp-httplib)
Expand Down

0 comments on commit 9816976

Please sign in to comment.