Skip to content

Commit 81abcb7

Browse files
h3ndrkrillian
authored andcommitted
Add find_dependency(OpenSSL) to config script
Signed-off-by: Ralph Giles <[email protected]> Signed-off-by: evpobr <[email protected]>
1 parent 8baaf9f commit 81abcb7

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

cmake/opusfileConfig.cmake.in

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,11 @@ endif()
4141
set(cmake_fd_required_arg)
4242
set(cmake_fd_quiet_arg)
4343

44+
if (NOT @OP_DISABLE_HTTP@)
45+
include(CMakeFindDependencyMacro)
46+
find_dependency(OpenSSL)
47+
endif()
48+
4449
# Including targets of opusfile
4550
include("${CMAKE_CURRENT_LIST_DIR}/opusfileTargets.cmake")
4651

0 commit comments

Comments
 (0)