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
MPIBP-Hummer
BioEM
Commits
5fd06c57
Commit
5fd06c57
authored
Jul 07, 2014
by
Pilar Cossio
Browse files
CMakeLists interactive
parent
b50e0ab5
Changes
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
5fd06c57
...
...
@@ -107,9 +107,9 @@ endif()
#Additional CXX Flags not used by CUDA compiler
if
(
"
${
CMAKE_CXX_COMPILER_ID
}
"
STREQUAL
"Intel"
)
set
(
CMAKE_CXX_FLAGS
"
${
CMAKE_CXX_FLAGS
}
-std=c++
0x
-Wall -pedantic"
)
set
(
CMAKE_CXX_FLAGS
"
${
CMAKE_CXX_FLAGS
}
-std=c++
11
-Wall -pedantic"
)
else
()
set
(
CMAKE_CXX_FLAGS
"
${
CMAKE_CXX_FLAGS
}
-std=c++
0x
-Wall -Wno-vla -Wno-unused-result -pedantic"
)
set
(
CMAKE_CXX_FLAGS
"
${
CMAKE_CXX_FLAGS
}
-std=c++
11
-Wall -Wno-vla -Wno-unused-result
-Wno-unused-local-typedefs
-pedantic"
)
endif
()
if
(
NOT OPENMP_FOUND
)
set
(
CMAKE_CXX_FLAGS
"
${
CMAKE_CXX_FLAGS
}
-Wno-unknown-pragmas"
)
...
...
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