diff --git a/CMakeLists.txt b/CMakeLists.txt index cadd280..29ec86b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -88,7 +88,7 @@ if(PROJECT_IS_TOP_LEVEL AND ERRORS_ENABLE_TESTS) endif() install( - TARGETS errors errors_format + TARGETS errors errors_format fmt EXPORT errors_targets LIBRARY DESTINATION lib RUNTIME DESTINATION bin diff --git a/components/format/CMakeLists.txt b/components/format/CMakeLists.txt index e351119..fd7ec91 100644 --- a/components/format/CMakeLists.txt +++ b/components/format/CMakeLists.txt @@ -1,4 +1,4 @@ -find_package(FMT 11.2.0 REQUIRED) +find_package(FMT 12.0.0 REQUIRED) add_library(errors_format INTERFACE) target_sources(