Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
J
json
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Chen Yisong
json
Commits
676c847c
Unverified
Commit
676c847c
authored
Jan 01, 2019
by
Niels Lohmann
Committed by
GitHub
Jan 01, 2019
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #1409 from yann-morin-1998/yem/cmake-version
buildsystem: relax requirement on cmake version
parents
c682b987
e8b6b7ad
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
5 additions
and
5 deletions
+5
-5
CMakeLists.txt
CMakeLists.txt
+1
-1
CMakeLists.txt
benchmarks/CMakeLists.txt
+1
-1
CMakeLists.txt
test/cmake_add_subdirectory/project/CMakeLists.txt
+1
-1
CMakeLists.txt
test/cmake_import/project/CMakeLists.txt
+1
-1
CMakeLists.txt
test/cmake_import_minver/project/CMakeLists.txt
+1
-1
No files found.
CMakeLists.txt
View file @
676c847c
cmake_minimum_required
(
VERSION 3.
8
)
cmake_minimum_required
(
VERSION 3.
1
)
##
##
## PROJECT
## PROJECT
...
...
benchmarks/CMakeLists.txt
View file @
676c847c
cmake_minimum_required
(
VERSION 3.
8
)
cmake_minimum_required
(
VERSION 3.
1
)
project
(
JSON_Benchmarks LANGUAGES CXX
)
project
(
JSON_Benchmarks LANGUAGES CXX
)
# set compiler flags
# set compiler flags
...
...
test/cmake_add_subdirectory/project/CMakeLists.txt
View file @
676c847c
cmake_minimum_required
(
VERSION 3.
8
)
cmake_minimum_required
(
VERSION 3.
1
)
project
(
DummyImport CXX
)
project
(
DummyImport CXX
)
...
...
test/cmake_import/project/CMakeLists.txt
View file @
676c847c
cmake_minimum_required
(
VERSION 3.
8
)
cmake_minimum_required
(
VERSION 3.
1
)
project
(
DummyImport CXX
)
project
(
DummyImport CXX
)
...
...
test/cmake_import_minver/project/CMakeLists.txt
View file @
676c847c
cmake_minimum_required
(
VERSION 3.
8
)
cmake_minimum_required
(
VERSION 3.
1
)
project
(
DummyImportMinVer CXX
)
project
(
DummyImportMinVer CXX
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment