Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Olena
pylene
Commits
49c4f13b
Commit
49c4f13b
authored
Jun 18, 2020
by
Edwin Carlinet
Browse files
Add cxxflags "/permissive-" and "/experirmental:preprocessor".
Requirements from rangev3.
parent
5d45a137
Pipeline
#19817
passed with stages
in 31 minutes and 54 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
pylene/CMakeLists.txt
View file @
49c4f13b
...
...
@@ -25,8 +25,11 @@ if (UNIX AND NOT APPLE)
target_link_libraries
(
Pylene INTERFACE rt
)
elseif
(
MSVC
)
#
target_compile_options
(
Pylene PUBLIC
"/wd4275"
# non dll-interface class '...' used as base for dll-interface (fmt lib)
target_compile_options
(
Pylene PUBLIC
"/wd4275"
# non dll-interface class '...' used as base for dll-interface (fmt lib)
"/wd5104"
# found 'L#x' in macro replacement list, did you mean
"/experimental:preprocess"
# required by range-v3
"/permissive-"
# required by range-v3
)
endif
()
...
...
Write
Preview
Supports
Markdown
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