Skip to content

Commit

Permalink
Fix add_compile_options spelling.
Browse files Browse the repository at this point in the history
  • Loading branch information
Tobias Frost committed Jun 13, 2022
1 parent a6feaf0 commit fd12122
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ set(CMAKE_EXE_LINKER_FLAGS_LTO "${CMAKE_LINKER_FLAGS_RELEASE} -flto")
add_compile_options(-Wall -Wextra)

if(CMAKE_C_COMPILER_ID STREQUAL "GNU" AND CMAKE_C_COMPILER_VERSION VERSION_GREATER_EQUAL 7)
add_compile_option(-Wno-implicit-fallthrough)
add_compile_options(-Wno-implicit-fallthrough)
endif()

if (NOT DISABLE_CLIENT)
Expand Down

0 comments on commit fd12122

Please sign in to comment.