Skip to content

Commit

Permalink
Add find_dependency(OpenSSL) to config script
Browse files Browse the repository at this point in the history
Signed-off-by: Ralph Giles <[email protected]>
Signed-off-by: evpobr <[email protected]>
  • Loading branch information
h3ndrk authored and rillian committed Jan 15, 2022
1 parent 8baaf9f commit 81abcb7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions cmake/opusfileConfig.cmake.in
Original file line number Diff line number Diff line change
Expand Up @@ -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")

Expand Down

0 comments on commit 81abcb7

Please sign in to comment.