We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd31302 commit 9803bb4Copy full SHA for 9803bb4
CMakeLists.txt
@@ -88,7 +88,7 @@ if(PROJECT_IS_TOP_LEVEL AND ERRORS_ENABLE_TESTS)
88
endif()
89
90
install(
91
- TARGETS errors errors_format
+ TARGETS errors errors_format fmt
92
EXPORT errors_targets
93
LIBRARY DESTINATION lib
94
RUNTIME DESTINATION bin
components/format/CMakeLists.txt
@@ -1,4 +1,4 @@
1
-find_package(FMT 11.2.0 REQUIRED)
+find_package(FMT 12.0.0 REQUIRED)
2
3
add_library(errors_format INTERFACE)
4
target_sources(
0 commit comments