Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion components/format/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -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(
Expand Down
Loading