Fix formatting in CMakeLists.txt

This commit is contained in:
RealSteel99-codes 2026-07-11 13:23:42 -05:00 committed by GitHub
parent 7077b016cc
commit 80dde9e643
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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}