mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-26 23:19:09 +08:00
10 lines
389 B
Diff
10 lines
389 B
Diff
|
diff --git a/cmake/common/simple-config.cmake.in b/cmake/common/simple-config.cmake.in
|
||
|
index f40ebfa88..d521e0ba8 100644
|
||
|
--- a/cmake/common/simple-config.cmake.in
|
||
|
+++ b/cmake/common/simple-config.cmake.in
|
||
|
@@ -1 +1,4 @@
|
||
|
+include(CMakeFindDependencyMacro)
|
||
|
+find_dependency(fmt CONFIG)
|
||
|
+find_dependency(Microsoft.GSL CONFIG)
|
||
|
include("${CMAKE_CURRENT_LIST_DIR}/@PROJECT_NAME@-targets.cmake")
|