mirror of
https://github.com/UltraCoderRU/telebotxx.git
synced 2026-01-28 04:05:13 +00:00
Update dependencies. Rewrite tests to use Catch2 library. Add CMake option to use LLVM libc++. Delete bootstrap theme for Doxygen.
8 lines
226 B
CMake
8 lines
226 B
CMake
# Build Curl for People
|
|
set(BUILD_CPR_TESTS OFF CACHE BOOL "Do not build cpr tests")
|
|
find_package(CURL)
|
|
if(CURL_FOUND)
|
|
set(USE_SYSTEM_CURL ON CACHE BOOL "Use the system curl for faster builds")
|
|
endif()
|
|
|
|
add_subdirectory(cpr)
|