mirror of
https://github.com/slint-ui/slint.git
synced 2025-10-02 06:41:14 +00:00
Don't make CI fails for warnings on windows
This commit is contained in:
parent
a0cc8a2976
commit
8ef0b3481c
1 changed files with 1 additions and 1 deletions
|
@ -154,7 +154,7 @@ if(BUILD_TESTING)
|
|||
set_property(TEST test_${NAME} PROPERTY WORKING_DIRECTORY "${CMAKE_BINARY_DIR}")
|
||||
endif()
|
||||
if(MSVC)
|
||||
target_compile_options(test_${NAME} PRIVATE /W4 /WX)
|
||||
target_compile_options(test_${NAME} PRIVATE /W3)
|
||||
else()
|
||||
target_compile_options(test_${NAME} PRIVATE -Wall -Wextra -Werror)
|
||||
endif()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue