From 23ab1d89976b6234c5451d712164fc8aeb9e41c1 Mon Sep 17 00:00:00 2001 From: tastytea Date: Thu, 9 Jan 2020 19:23:49 +0100 Subject: Add curl version to CMake config. --- cmake/mastodonppConfig.cmake.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmake/mastodonppConfig.cmake.in b/cmake/mastodonppConfig.cmake.in index 8c1180a..4dbde82 100644 --- a/cmake/mastodonppConfig.cmake.in +++ b/cmake/mastodonppConfig.cmake.in @@ -1,5 +1,5 @@ include(CMakeFindDependencyMacro) -find_dependency(CURL REQUIRED) +find_dependency(CURL 7.32 REQUIRED) include("${CMAKE_CURRENT_LIST_DIR}/@PROJECT_NAME@Targets.cmake") -- cgit v1.2.3-54-g00ecf