Skip to content

Commit

Permalink
cmake: Increase minimum version to 3.13
Browse files Browse the repository at this point in the history
Clang 14 requires 3.13, too.
  • Loading branch information
gruenich committed Dec 11, 2024
1 parent 1eb6edb commit 0917447
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,10 @@
# The man page is not available on Windows.
#

cmake_minimum_required(VERSION 3.8)
cmake_minimum_required(VERSION 3.13)

project(clazy)

if (${CMAKE_VERSION} VERSION_GREATER_EQUAL "3.12.0")
cmake_policy(SET CMP0074 NEW)
endif()

include(FeatureSummary)
include(GenerateExportHeader)
include(GNUInstallDirs)
Expand Down

0 comments on commit 0917447

Please sign in to comment.