mirror of
https://github.com/wolfpld/tracy.git
synced 2026-08-27 05:28:24 +00:00
Merge pull request #1218 from mtreglia-gpsw/libcurl-fixed-version
Required lib-curl version to 8.17.0 in vendor.cmake pkg-config
This commit is contained in:
@@ -271,7 +271,7 @@ if(NOT EMSCRIPTEN)
|
||||
|
||||
# libcurl
|
||||
|
||||
pkg_check_modules(LIBCURL libcurl)
|
||||
pkg_check_modules(LIBCURL libcurl>=7.87.0)
|
||||
if (LIBCURL_FOUND AND NOT DOWNLOAD_LIBCURL)
|
||||
add_library(TracyLibcurl INTERFACE)
|
||||
target_include_directories(TracyLibcurl INTERFACE ${LIBCURL_INCLUDE_DIRS})
|
||||
|
||||
Reference in New Issue
Block a user