Skip to content

Commit 4919177

Browse files
committed
Removing property of no longer existing target.
1 parent 91a4be5 commit 4919177

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -407,7 +407,7 @@ if(BBE_ADD_CURL)
407407
target_compile_definitions(BrotBoxEngine PUBLIC BBE_ADD_CURL)
408408
if(WIN32)
409409
set_target_properties(libcurl_object PROPERTIES FOLDER Deps)
410-
set_target_properties(libcurl_static PROPERTIES FOLDER Deps)
410+
#set_target_properties(libcurl_static PROPERTIES FOLDER Deps)
411411
set_target_properties(curl_uninstall PROPERTIES FOLDER Deps)
412412
endif()
413413
endif()

0 commit comments

Comments
 (0)