Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
CoMISo
CoMISo
Commits
755988ba
Commit
755988ba
authored
Dec 05, 2016
by
Max Lyon
Browse files
ignore "needs to have dll-interface to be used by clients" on windows
parent
01b3d538
Pipeline
#3780
passed with stage
in 6 minutes and 23 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
755988ba
...
...
@@ -341,6 +341,8 @@ if (WIN32)
add_definitions
(
-DCOMISODLL
)
add_definitions
(
-DBASEDLL
)
add_definitions
(
-D_SCL_SECURE_NO_DEPRECATE
)
# ignore "... needs to have dll-interface to be used by clients"
add_definitions
(
/wd4251
)
endif
()
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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