We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 53882e6 commit 7dfad24Copy full SHA for 7dfad24
1 file changed
cmake/libarchive.cmake
@@ -16,6 +16,8 @@ FetchContent_Declare(
16
)
17
message("libarchive")
18
FetchContent_MakeAvailable(libarchive)
19
+
20
+set_property(TARGET archive_static PROPERTY COMPILE_WARNING_AS_ERROR OFF)
21
target_compile_definitions(archive_static PRIVATE
22
"_CRT_SECURE_NO_WARNINGS"
23
0 commit comments