Remove extra comma
This commit is contained in:
parent
2e21e7d1f1
commit
7bab90e52d
@ -181,7 +181,7 @@ if (FMT_INSTALL)
|
||||
install(
|
||||
FILES ${project_config} ${version_config}
|
||||
DESTINATION ${FMT_CMAKE_DIR})
|
||||
install(EXPORT ${targets_export_name} DESTINATION ${FMT_CMAKE_DIR},
|
||||
install(EXPORT ${targets_export_name} DESTINATION ${FMT_CMAKE_DIR}
|
||||
NAMESPACE fmt::)
|
||||
|
||||
# Install the library and headers.
|
||||
|
Loading…
Reference in New Issue
Block a user