Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
tsoc
openmm
Commits
2c0a6d7b
"vscode:/vscode.git/clone" did not exist on "75104c412d1d0e9cf4a3de01bc91f1484da7a28a"
Commit
2c0a6d7b
authored
Aug 12, 2015
by
Robert McGibbon
Browse files
Eliminate extra warning about overriding the warning level
parent
7ee7de16
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
CMakeLists.txt
CMakeLists.txt
+2
-1
No files found.
CMakeLists.txt
View file @
2c0a6d7b
...
...
@@ -120,8 +120,9 @@ IF (APPLE AND (NOT PNACL))
SET
(
EXTRA_COMPILE_FLAGS
"-msse2 -stdlib=libc++"
)
ELSE
(
APPLE
AND
(
NOT PNACL
))
IF
(
MSVC OR ANDROID OR PNACL
)
SET
(
EXTRA_COMPILE_FLAGS
)
IF
(
MSVC
)
S
ET
(
EXTRA_COMPILE_FLAGS
"/W 2
"
)
S
TRING
(
REGEX REPLACE
"/W[0-4]"
"/W2"
CMAKE_CXX_FLAGS
"
${
CMAKE_CXX_FLAGS
}
"
)
ELSE
(
MSVC
)
SET
(
EXTRA_COMPILE_FLAGS
)
ENDIF
(
MSVC
)
...
...
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