Clipper2: fix an incorrect compil otion on mingw
This commit is contained in:
parent
6aa515e2f8
commit
0a2fa51d91
|
@ -24,7 +24,7 @@ target_include_directories(clipper2
|
||||||
|
|
||||||
target_compile_definitions(clipper2 PUBLIC USINGZ)
|
target_compile_definitions(clipper2 PUBLIC USINGZ)
|
||||||
|
|
||||||
if (WIN32)
|
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 -Werror)
|
||||||
|
|
Loading…
Reference in New Issue