We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 91a4be5 commit 4919177Copy full SHA for 4919177
CMakeLists.txt
@@ -407,7 +407,7 @@ if(BBE_ADD_CURL)
407
target_compile_definitions(BrotBoxEngine PUBLIC BBE_ADD_CURL)
408
if(WIN32)
409
set_target_properties(libcurl_object PROPERTIES FOLDER Deps)
410
- set_target_properties(libcurl_static PROPERTIES FOLDER Deps)
+ #set_target_properties(libcurl_static PROPERTIES FOLDER Deps)
411
set_target_properties(curl_uninstall PROPERTIES FOLDER Deps)
412
endif()
413
0 commit comments