summaryrefslogtreecommitdiffstats
path: root/cmake
diff options
context:
space:
mode:
Diffstat (limited to 'cmake')
-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 1c07bc4..8c1180a 100644
--- a/cmake/mastodonppConfig.cmake.in
+++ b/cmake/mastodonppConfig.cmake.in
@@ -1,5 +1,5 @@
include(CMakeFindDependencyMacro)
-
+find_dependency(CURL REQUIRED)
include("${CMAKE_CURRENT_LIST_DIR}/@PROJECT_NAME@Targets.cmake")