Clipper2: fix an incorrect compil otion on mingw

This commit is contained in:
jean-pierre charras 2022-10-20 11:29:31 +02:00
parent 6aa515e2f8
commit 0a2fa51d91
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ target_include_directories(clipper2
target_compile_definitions(clipper2 PUBLIC USINGZ)
if (WIN32)
if (MSVC)
target_compile_options(clipper2 PRIVATE /W4 /WX)
else()
target_compile_options(clipper2 PRIVATE -Wall -Wextra -Wpedantic -Werror)