Apply clang-format

This commit is contained in:
Victor Zverovich 2026-07-23 13:10:37 -07:00
parent 6439aa09b1
commit c851fbe658

View File

@ -19,6 +19,5 @@ endif ()
# Test that a target depending on fmt can itself be exported (#4806). # Test that a target depending on fmt can itself be exported (#4806).
add_library(export-test INTERFACE) add_library(export-test INTERFACE)
target_link_libraries(export-test INTERFACE fmt::fmt) target_link_libraries(export-test INTERFACE fmt::fmt)
export( export(TARGETS export-test
TARGETS export-test FILE ${CMAKE_CURRENT_BINARY_DIR}/export-test-targets.cmake)
FILE ${CMAKE_CURRENT_BINARY_DIR}/export-test-targets.cmake)