Add necessary find_dependency() to ZNCConfig.cmake

This commit is contained in:
Alexey Sokolov
2023-09-30 00:11:10 +01:00
parent 4228754ffb
commit 1987eb37ae
3 changed files with 111 additions and 0 deletions

View File

@@ -14,6 +14,10 @@
# limitations under the License.
#
include(CMakeFindDependencyMacro)
include("${CMAKE_CURRENT_LIST_DIR}/CMakeFindDependencyMacroPC.cmake")
@ZNC_CMAKE_FIND_DEPS@
include("${CMAKE_CURRENT_LIST_DIR}/znc_internal.cmake")
include("${CMAKE_CURRENT_LIST_DIR}/znc_public.cmake")
include(CMakeParseArguments)