Skip to content

Commit d802082

Browse files
committed
Initial commit
1 parent 5b1d5c0 commit d802082

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

CMakeLists.txt

+8
Original file line numberDiff line numberDiff line change
@@ -807,6 +807,14 @@ add_executable(
807807
src/threads.c
808808
)
809809

810+
if (WIN32)
811+
target_compile_definitions(
812+
kai
813+
PRIVATE
814+
CURL_SKIP_INCLUDE_MPRINTF
815+
)
816+
endif()
817+
810818
find_package(Threads REQUIRED)
811819

812820
add_dependencies(

0 commit comments

Comments
 (0)