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
0ea62d4f
Commit
0ea62d4f
authored
Aug 12, 2015
by
Robert McGibbon
Browse files
Clean up
parent
2c0a6d7b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
2 deletions
+0
-2
CMakeLists.txt
CMakeLists.txt
+0
-2
No files found.
CMakeLists.txt
View file @
0ea62d4f
...
...
@@ -123,8 +123,6 @@ ELSE (APPLE AND (NOT PNACL))
SET
(
EXTRA_COMPILE_FLAGS
)
IF
(
MSVC
)
STRING
(
REGEX REPLACE
"/W[0-4]"
"/W2"
CMAKE_CXX_FLAGS
"
${
CMAKE_CXX_FLAGS
}
"
)
ELSE
(
MSVC
)
SET
(
EXTRA_COMPILE_FLAGS
)
ENDIF
(
MSVC
)
ELSE
(
MSVC OR ANDROID OR PNACL
)
SET
(
EXTRA_COMPILE_FLAGS
"-msse2"
)
...
...
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