Remove extra comma

This commit is contained in:
Victor Zverovich 2018-03-13 22:45:14 -04:00
parent 2e21e7d1f1
commit 7bab90e52d

View File

@ -181,7 +181,7 @@ if (FMT_INSTALL)
install( install(
FILES ${project_config} ${version_config} FILES ${project_config} ${version_config}
DESTINATION ${FMT_CMAKE_DIR}) DESTINATION ${FMT_CMAKE_DIR})
install(EXPORT ${targets_export_name} DESTINATION ${FMT_CMAKE_DIR}, install(EXPORT ${targets_export_name} DESTINATION ${FMT_CMAKE_DIR}
NAMESPACE fmt::) NAMESPACE fmt::)
# Install the library and headers. # Install the library and headers.