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
HexEx
libHexEx
Commits
3e80b256
Commit
3e80b256
authored
Jul 24, 2019
by
Max Lyon
Browse files
fix typo
parent
7650ecaa
Pipeline
#11541
passed with stage
in 7 minutes and 37 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
demo/minimum_example/CMakeLists.txt
View file @
3e80b256
...
...
@@ -52,7 +52,7 @@ target_link_libraries(minimum_example ${MINIMUM_EXAMPLE_LIBRARIES})
if
(
NOT WIN32
)
# Set compiler flags
if
(
CMAKE_CXX_COMPILER_ID MATCHES
"Clang"
)
set_target_properties
(
minimum_example PROPERTIES COMPILE_FLAGS
"
s
-Wno-long-long"
)
set_target_properties
(
minimum_example PROPERTIES COMPILE_FLAGS
"-Wno-long-long"
)
else
()
set_target_properties
(
minimum_example PROPERTIES COMPILE_FLAGS
"-pedantic -Wno-long-long"
)
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