Skip to content

Commit

Permalink
Update CMakeLists.txt
Browse files Browse the repository at this point in the history
Update the min version of CMake in the tests
  • Loading branch information
leetal authored Nov 16, 2023
1 parent 52ee028 commit 87a940b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/example-lib/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.18)
project (example-ios)
enable_testing()

Expand Down

0 comments on commit 87a940b

Please sign in to comment.