mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 18:18:59 +08:00
4d52db6bb8
* Update mp-units to 0.7.0 * Update CI baseline Co-authored-by: chausner <chausner@users.noreply.github.com>
15 lines
447 B
Diff
15 lines
447 B
Diff
diff --git a/src/mp-unitsConfig.cmake b/src/mp-unitsConfig.cmake
|
|
--- a/src/mp-unitsConfig.cmake
|
|
+++ b/src/mp-unitsConfig.cmake
|
|
@@ -39,8 +39,8 @@ function(__check_libcxx_in_use variable)
|
|
endfunction()
|
|
|
|
include(CMakeFindDependencyMacro)
|
|
-find_dependency(fmt)
|
|
-find_dependency(gsl-lite)
|
|
+find_dependency(fmt CONFIG)
|
|
+find_dependency(gsl-lite CONFIG)
|
|
|
|
# add range-v3 dependency only for clang + libc++
|
|
if(CMAKE_CXX_COMPILER_ID STREQUAL "Clang")
|