Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
J
json
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Libraries
json
Commits
5a04042c
Unverified
Commit
5a04042c
authored
4 years ago
by
Niels Lohmann
Committed by
GitHub
4 years ago
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #2947 from nlohmann/issue2946
Skip some tests if JSON_Install is not set
parents
f8bc22c7
54d9cd5a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
2 deletions
+6
-2
test/CMakeLists.txt
test/CMakeLists.txt
+6
-2
No files found.
test/CMakeLists.txt
View file @
5a04042c
...
...
@@ -104,8 +104,12 @@ endif()
# Test the generated build configs
#############################################################################
add_subdirectory
(
cmake_import
)
add_subdirectory
(
cmake_import_minver
)
# these tests depend on the generated file nlohmann_jsonConfig.cmake
if
(
JSON_Install
)
add_subdirectory
(
cmake_import
)
add_subdirectory
(
cmake_import_minver
)
endif
()
add_subdirectory
(
cmake_add_subdirectory
)
add_subdirectory
(
cmake_fetch_content
)
add_subdirectory
(
cmake_target_include_directories
)
This diff is collapsed.
Click to expand it.
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