Skip to content
Snippets Groups Projects
Commit 3e80b256 authored by Max Lyon's avatar Max Lyon
Browse files

fix typo

parent 7650ecaa
No related branches found
No related tags found
Loading
Pipeline #11541 passed
......@@ -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()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment