diff options
author | tastytea | 2020-01-09 19:23:49 +0100 |
---|---|---|
committer | tastytea | 2020-01-09 19:23:49 +0100 |
commit | 23ab1d89976b6234c5451d712164fc8aeb9e41c1 (patch) | |
tree | 9e0b4f151fcf0d169ae8328eb7c01598784a9dcf | |
parent | a395d0e7bf8f5dcfe4d23473e52b83b3dded969b (diff) | |
download | mastodonpp-23ab1d89976b6234c5451d712164fc8aeb9e41c1.tar mastodonpp-23ab1d89976b6234c5451d712164fc8aeb9e41c1.tar.gz mastodonpp-23ab1d89976b6234c5451d712164fc8aeb9e41c1.zip |
Add curl version to CMake config.
-rw-r--r-- | cmake/mastodonppConfig.cmake.in | 2 |
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") |