Skip to content

Commit bbe1a05

Browse files
author
DenverM80
committed
Fix cmake property
1 parent 06d17b4 commit bbe1a05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ add_library(ds3 SHARED
2626
if (WIN32)
2727

2828
add_definitions(-DLIBRARY_EXPORTS -DCURL_STATICLIB -Dinline=__inline)
29-
set_property(TARGET ds3 _CRT_SECURE_NO_WARNINGS)
29+
set_property(TARGET ds3 PROPERTY _CRT_SECURE_NO_WARNINGS)
3030
SET_SOURCE_FILES_PROPERTIES(ds3.c PROPERTIES LANGUAGE CXX)
3131

3232
include_directories(

0 commit comments

Comments
 (0)