correct plugin target type

This commit is contained in:
2024-05-28 10:11:23 +02:00
parent 85e2b633db
commit f38da08334
2 changed files with 3 additions and 5 deletions

View File

@ -53,7 +53,7 @@ endif()
if (NOT TARGET httplib::httplib)
FetchContent_Declare(httplib
GIT_REPOSITORY https://github.com/yhirose/cpp-httplib.git
GIT_TAG master
GIT_TAG v0.15.3
EXCLUDE_FROM_ALL
)
FetchContent_MakeAvailable(httplib)