Skip to content

Commit 7b9dca1

Browse files
committed
chore: bump FMT to version 12.0.0
Signed-off-by: Alfi Maulana <[email protected]>
1 parent bd31302 commit 7b9dca1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

components/format/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
find_package(FMT 11.2.0 REQUIRED)
1+
find_package(FMT 12.0.0 REQUIRED)
22

33
add_library(errors_format INTERFACE)
44
target_sources(
@@ -8,7 +8,7 @@ target_sources(
88
FILES include/errors/format.hpp
99
include/errors/format.ipp
1010
)
11-
target_link_libraries(errors_format INTERFACE errors fmt)
11+
target_link_libraries(errors_format INTERFACE errors FMT)
1212

1313
if(PROJECT_IS_TOP_LEVEL AND ERRORS_ENABLE_TESTS)
1414
# Append the main library properties instead of linking the library.

0 commit comments

Comments
 (0)