Skip to content

Commit

Permalink
Merge pull request #2431 from scribam/cmake-minimum-required
Browse files Browse the repository at this point in the history
Bump to CMake 3.10
  • Loading branch information
HansKristian-Work authored Jan 2, 2025
2 parents 6173e24 + 82331a2 commit 104d91a
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
Expand Up @@ -19,7 +19,7 @@
# 2. The MIT License, found at <http://opensource.org/licenses/MIT>.
#

cmake_minimum_required(VERSION 3.6)
cmake_minimum_required(VERSION 3.10)
set(CMAKE_CXX_STANDARD 11)
set(CMAKE_CXX_EXTENSIONS OFF)

Expand Down

0 comments on commit 104d91a

Please sign in to comment.