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
155d196b
Unverified
Commit
155d196b
authored
Mar 18, 2019
by
Viktor Kirilov
Committed by
GitHub
Mar 18, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update CMakeLists.txt
parent
365944b0
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
5 deletions
+1
-5
CMakeLists.txt
test/CMakeLists.txt
+1
-5
No files found.
test/CMakeLists.txt
View file @
155d196b
...
@@ -65,11 +65,7 @@ set_target_properties(doctest_main PROPERTIES
...
@@ -65,11 +65,7 @@ set_target_properties(doctest_main PROPERTIES
COMPILE_OPTIONS
"$<$<CXX_COMPILER_ID:MSVC>:/EHsc;$<$<CONFIG:Release>:/Od>>"
COMPILE_OPTIONS
"$<$<CXX_COMPILER_ID:MSVC>:/EHsc;$<$<CONFIG:Release>:/Od>>"
)
)
if
(
${
CMAKE_VERSION
}
VERSION_LESS
"3.8.0"
)
target_compile_features
(
doctest_main PUBLIC cxx_std_11
)
target_compile_features
(
catch_main PUBLIC cxx_range_for
)
else
()
target_compile_features
(
catch_main PUBLIC cxx_std_11
)
endif
()
target_include_directories
(
doctest_main PRIVATE
"thirdparty/doctest"
)
target_include_directories
(
doctest_main PRIVATE
"thirdparty/doctest"
)
# https://stackoverflow.com/questions/2368811/how-to-set-warning-level-in-cmake
# https://stackoverflow.com/questions/2368811/how-to-set-warning-level-in-cmake
...
...
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