From 7bab90e52d110d81b5e48f829af89b717d99fe9a Mon Sep 17 00:00:00 2001 From: Victor Zverovich Date: Tue, 13 Mar 2018 22:45:14 -0400 Subject: [PATCH] Remove extra comma --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index f7260c32..663b8ab5 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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.