Skip to content

Commit

Permalink
bumped minimum CMake version to 3.10 (#408)
Browse files Browse the repository at this point in the history
  • Loading branch information
firewave authored Feb 10, 2025
1 parent aa3c4b6 commit cc5738c
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 (simplecpp LANGUAGES CXX)

option(DISABLE_CPP03_SYNTAX_CHECK "Disable the C++03 syntax check." OFF)
Expand Down

0 comments on commit cc5738c

Please sign in to comment.