Skip to content

Commit

Permalink
Pump CMake minimal version to match with LLVM project
Browse files Browse the repository at this point in the history
  • Loading branch information
ryuichis committed Dec 20, 2021
1 parent f751a75 commit 2dea13c
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion oclint-core/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
CMAKE_MINIMUM_REQUIRED(VERSION 2.8)
CMAKE_MINIMUM_REQUIRED(VERSION 2.13.4)
PROJECT(OCLINT_CORE)

SET(CMAKE_MODULE_PATH
Expand Down
2 changes: 1 addition & 1 deletion oclint-driver/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
CMAKE_MINIMUM_REQUIRED(VERSION 2.8)
CMAKE_MINIMUM_REQUIRED(VERSION 2.13.4)
PROJECT(OCLINT_DRIVER)

SET(CMAKE_MODULE_PATH
Expand Down
2 changes: 1 addition & 1 deletion oclint-metrics/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
CMAKE_MINIMUM_REQUIRED(VERSION 2.8)
CMAKE_MINIMUM_REQUIRED(VERSION 2.13.4)
PROJECT(OCLINT_METRICS)

SET(CMAKE_MODULE_PATH
Expand Down
2 changes: 1 addition & 1 deletion oclint-reporters/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
CMAKE_MINIMUM_REQUIRED(VERSION 2.8)
CMAKE_MINIMUM_REQUIRED(VERSION 2.13.4)
PROJECT(OCLINT_REPORTERS)

SET(CMAKE_MODULE_PATH
Expand Down
2 changes: 1 addition & 1 deletion oclint-rules/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
CMAKE_MINIMUM_REQUIRED(VERSION 2.8)
CMAKE_MINIMUM_REQUIRED(VERSION 2.13.4)
PROJECT(OCLINT_RULES)

SET(CMAKE_MODULE_PATH
Expand Down

0 comments on commit 2dea13c

Please sign in to comment.