From 80dde9e643c31d7af7f3f78f6a5dd0f7bbceecef Mon Sep 17 00:00:00 2001 From: RealSteel99-codes Date: Sat, 11 Jul 2026 13:23:42 -0500 Subject: [PATCH] Fix formatting in CMakeLists.txt --- CMakeLists.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 8426ab85..25943e0c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -507,10 +507,10 @@ if (FMT_INSTALL) # Use a namespace because CMake provides better diagnostics for namespaced # imported targets. export( - TARGETS ${INSTALL_TARGETS} - NAMESPACE fmt:: - FILE ${PROJECT_BINARY_DIR}/${targets_export_name}.cmake) - + TARGETS ${INSTALL_TARGETS} + NAMESPACE fmt:: + FILE ${PROJECT_BINARY_DIR}/${targets_export_name}.cmake) + # Install version, config and target files. install( FILES ${project_config} ${version_config}