summaryrefslogtreecommitdiffstats
path: root/cmake/mastodonppConfig.cmake.in
diff options
context:
space:
mode:
Diffstat (limited to 'cmake/mastodonppConfig.cmake.in')
-rw-r--r--cmake/mastodonppConfig.cmake.in2
1 files changed, 1 insertions, 1 deletions
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")