Skip to content

Commit

Permalink
Change cmake minimum version to 3.5 (#156)
Browse files Browse the repository at this point in the history
Change cmake minimum version to 3.5 to work after 3.27 versions of cmake.

log with cmake 3.27.6:
Compatibility with CMake < 3.5 will be removed from a future version of CMake.
  • Loading branch information
szekipepe authored Oct 12, 2023
1 parent 5d7d5df commit 2608b7e
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 @@ -2,7 +2,7 @@
# This file is subject to the license terms in the LICENSE file
# found in the top-level directory of this distribution.

cmake_minimum_required(VERSION 3.1)
cmake_minimum_required(VERSION 3.5)

project(TYPE_SAFE)

Expand Down

0 comments on commit 2608b7e

Please sign in to comment.