Skip to content

Commit

Permalink
Merge pull request #1409 from yann-morin-1998/yem/cmake-version
Browse files Browse the repository at this point in the history
buildsystem: relax requirement on cmake version
  • Loading branch information
nlohmann committed Jan 1, 2019
2 parents c682b98 + e8b6b7a commit 676c847
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
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.8)
cmake_minimum_required(VERSION 3.1)

##
## PROJECT
Expand Down
2 changes: 1 addition & 1 deletion benchmarks/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.8)
cmake_minimum_required(VERSION 3.1)
project(JSON_Benchmarks LANGUAGES CXX)

# set compiler flags
Expand Down
2 changes: 1 addition & 1 deletion test/cmake_add_subdirectory/project/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.8)
cmake_minimum_required(VERSION 3.1)

project(DummyImport CXX)

Expand Down
2 changes: 1 addition & 1 deletion test/cmake_import/project/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.8)
cmake_minimum_required(VERSION 3.1)

project(DummyImport CXX)

Expand Down
2 changes: 1 addition & 1 deletion test/cmake_import_minver/project/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.8)
cmake_minimum_required(VERSION 3.1)

project(DummyImportMinVer CXX)

Expand Down

0 comments on commit 676c847

Please sign in to comment.