Skip to content

Commit 7dfad24

Browse files
committed
CI: Attempt to disable werror.
Untested.
1 parent 53882e6 commit 7dfad24

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

cmake/libarchive.cmake

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ FetchContent_Declare(
1616
)
1717
message("libarchive")
1818
FetchContent_MakeAvailable(libarchive)
19+
20+
set_property(TARGET archive_static PROPERTY COMPILE_WARNING_AS_ERROR OFF)
1921
target_compile_definitions(archive_static PRIVATE
2022
"_CRT_SECURE_NO_WARNINGS"
2123
)

0 commit comments

Comments
 (0)