We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06d17b4 commit bbe1a05Copy full SHA for bbe1a05
src/CMakeLists.txt
@@ -26,7 +26,7 @@ add_library(ds3 SHARED
26
if (WIN32)
27
28
add_definitions(-DLIBRARY_EXPORTS -DCURL_STATICLIB -Dinline=__inline)
29
-set_property(TARGET ds3 _CRT_SECURE_NO_WARNINGS)
+set_property(TARGET ds3 PROPERTY _CRT_SECURE_NO_WARNINGS)
30
SET_SOURCE_FILES_PROPERTIES(ds3.c PROPERTIES LANGUAGE CXX)
31
32
include_directories(
0 commit comments