Skip to content
Snippets Groups Projects
Verified Commit 81abcb7d authored by Hendrik's avatar Hendrik Committed by Ralph Giles
Browse files

Add find_dependency(OpenSSL) to config script


Signed-off-by: default avatarRalph Giles <giles@thaumas.net>
Signed-off-by: default avatarevpobr <evpobr@gmail.com>
parent 8baaf9f2
No related branches found
No related tags found
No related merge requests found
......@@ -41,6 +41,11 @@ endif()
set(cmake_fd_required_arg)
set(cmake_fd_quiet_arg)
if (NOT @OP_DISABLE_HTTP@)
include(CMakeFindDependencyMacro)
find_dependency(OpenSSL)
endif()
# Including targets of opusfile
include("${CMAKE_CURRENT_LIST_DIR}/opusfileTargets.cmake")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment