mirror of
https://github.com/fmtlib/fmt.git
synced 2026-07-31 08:46:28 +08:00
Fix formatting in CMakeLists.txt
This commit is contained in:
parent
7077b016cc
commit
80dde9e643
@ -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}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user