mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 15:49:07 +08:00
4eb186792a
* Update mp-units to 2.1.0 * vcpkg database update * Patch updated * Update database
17 lines
430 B
Diff
17 lines
430 B
Diff
diff --git a/src/mp-unitsConfig.cmake b/src/mp-unitsConfig.cmake
|
|
index 519b180b..6005e9f8 100644
|
|
--- a/src/mp-unitsConfig.cmake
|
|
+++ b/src/mp-unitsConfig.cmake
|
|
@@ -23,9 +23,9 @@
|
|
include(CMakeFindDependencyMacro)
|
|
|
|
if(MP_UNITS_USE_LIBFMT)
|
|
- find_dependency(fmt)
|
|
+ find_dependency(fmt CONFIG)
|
|
endif()
|
|
|
|
-find_dependency(gsl-lite)
|
|
+find_dependency(gsl-lite CONFIG)
|
|
|
|
include("${CMAKE_CURRENT_LIST_DIR}/mp-unitsTargets.cmake")
|