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 7b9dca1Copy full SHA for 7b9dca1
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(
@@ -8,7 +8,7 @@ target_sources(
8
FILES include/errors/format.hpp
9
include/errors/format.ipp
10
)
11
-target_link_libraries(errors_format INTERFACE errors fmt)
+target_link_libraries(errors_format INTERFACE errors FMT)
12
13
if(PROJECT_IS_TOP_LEVEL AND ERRORS_ENABLE_TESTS)
14
# Append the main library properties instead of linking the library.
0 commit comments