1
0
mirror of https://github.com/VCMP-SqMod/SqMod.git synced 2024-11-08 00:37:15 +01:00

Update CMakeLists.txt

This commit is contained in:
Sandu Liviu Catalin 2021-02-01 04:42:22 +02:00
parent 3583473b0b
commit 05cfb08e47

View File

@ -246,7 +246,7 @@ add_library(cpr::cpr ALIAS cpr)
target_include_directories(cpr PRIVATE ${CMAKE_CURRENT_SOURCE_DIR})
target_include_directories(cpr PUBLIC ${CMAKE_CURRENT_SOURCE_DIR}/include)
target_link_libraries(cpr PUBLIC libcurl) # todo should be private, but first dependencies in ssl_options need to be removed
target_link_libraries(cpr PUBLIC curl) # todo should be private, but first dependencies in ssl_options need to be removed
# Set version for shared libraries.
set_target_properties(cpr