Skip to content

Commit

Permalink
Update CMake minimum version requirement to 3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
yanyiwu committed Jan 18, 2025
1 parent 0c7c522 commit 1d74caf
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.5)
CMAKE_MINIMUM_REQUIRED (VERSION 3.10)
PROJECT(CPPJIEBA)

INCLUDE_DIRECTORIES(${PROJECT_SOURCE_DIR}/deps/limonp/include
Expand Down

0 comments on commit 1d74caf

Please sign in to comment.