Patch clipper for gcc on Fedora
This commit is contained in:
parent
af02650689
commit
b352b1484f
|
@ -27,7 +27,7 @@ target_compile_definitions(clipper2 PUBLIC USINGZ)
|
||||||
if (MSVC)
|
if (MSVC)
|
||||||
target_compile_options(clipper2 PRIVATE /W4 /WX)
|
target_compile_options(clipper2 PRIVATE /W4 /WX)
|
||||||
else()
|
else()
|
||||||
target_compile_options(clipper2 PRIVATE -Wall -Wextra -Wpedantic -Werror)
|
target_compile_options(clipper2 PRIVATE -Wall -Wextra -Wpedantic)
|
||||||
target_link_libraries(clipper2 PUBLIC -lm)
|
target_link_libraries(clipper2 PUBLIC -lm)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue