From 4fa56fd884b46a0d67e8144547047798069a700e Mon Sep 17 00:00:00 2001 From: autoantwort <41973254+autoantwort@users.noreply.github.com> Date: Sun, 10 Sep 2023 03:57:12 +0200 Subject: [PATCH] [build] Add missing find_dependency call (#5623) --- ntcore/ntcore-config.cmake.in | 1 + 1 file changed, 1 insertion(+) diff --git a/ntcore/ntcore-config.cmake.in b/ntcore/ntcore-config.cmake.in index 17006a5832..0a85f8b09d 100644 --- a/ntcore/ntcore-config.cmake.in +++ b/ntcore/ntcore-config.cmake.in @@ -1,6 +1,7 @@ include(CMakeFindDependencyMacro) @FILENAME_DEP_REPLACE@ @WPIUTIL_DEP_REPLACE@ +@WPINET_DEP_REPLACE@ @FILENAME_DEP_REPLACE@ include(${SELF_DIR}/ntcore.cmake)