Patch clipper for gcc on Fedora

This commit is contained in:
Steven A. Falco 2024-02-21 14:21:39 -05:00 committed by Steven Falco
parent af02650689
commit b352b1484f
1 changed files with 1 additions and 1 deletions

View File

@ -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()