cmake corrections (#10782)

This commit is contained in:
polar
2021-09-16 13:59:08 +01:00
committed by GitHub
parent bcda172ae7
commit c6c4aa4634
4 changed files with 12 additions and 0 deletions
+3
View File
@@ -16,4 +16,7 @@ else()
set(CURL_STATIC_CRT ON CACHE BOOL "Use static crt to build curl" FORCE)
endif()
add_subdirectory(curl EXCLUDE_FROM_ALL)
set_property(TARGET libcurl PROPERTY FOLDER "3rdparty/")
endif()