Skip to content

Commit

Permalink
Patch clipper for gcc on Fedora
Browse files Browse the repository at this point in the history
  • Loading branch information
stevefalco committed Feb 21, 2024
1 parent af02650 commit b352b14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion thirdparty/clipper2/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ target_compile_definitions(clipper2 PUBLIC USINGZ)
if (MSVC)
target_compile_options(clipper2 PRIVATE /W4 /WX)
else()
target_compile_options(clipper2 PRIVATE -Wall -Wextra -Wpedantic -Werror)
target_compile_options(clipper2 PRIVATE -Wall -Wextra -Wpedantic)
target_link_libraries(clipper2 PUBLIC -lm)
endif()

0 comments on commit b352b14

Please sign in to comment.