From c851fbe658a0b4e9fe03a1988f65bf909cf22028 Mon Sep 17 00:00:00 2001 From: Victor Zverovich Date: Thu, 23 Jul 2026 13:10:37 -0700 Subject: [PATCH] Apply clang-format --- test/add-subdirectory-test/CMakeLists.txt | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/test/add-subdirectory-test/CMakeLists.txt b/test/add-subdirectory-test/CMakeLists.txt index ce4993eb..76c912ed 100644 --- a/test/add-subdirectory-test/CMakeLists.txt +++ b/test/add-subdirectory-test/CMakeLists.txt @@ -19,6 +19,5 @@ endif () # Test that a target depending on fmt can itself be exported (#4806). add_library(export-test INTERFACE) target_link_libraries(export-test INTERFACE fmt::fmt) -export( - TARGETS export-test - FILE ${CMAKE_CURRENT_BINARY_DIR}/export-test-targets.cmake) +export(TARGETS export-test + FILE ${CMAKE_CURRENT_BINARY_DIR}/export-test-targets.cmake)