From cd7f6c1fda1f8c82d7b25db24e53ea1c212b7001 Mon Sep 17 00:00:00 2001 From: vitaut Date: Tue, 9 Feb 2016 15:40:26 -0800 Subject: [PATCH] Comment --- cppformat/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cppformat/CMakeLists.txt b/cppformat/CMakeLists.txt index 6422a7f9..cd580360 100644 --- a/cppformat/CMakeLists.txt +++ b/cppformat/CMakeLists.txt @@ -75,7 +75,7 @@ if (FMT_INSTALL) DESTINATION ${config_install_dir}) install(EXPORT ${targets_export_name} DESTINATION ${config_install_dir}) - # Install the library and the include file. + # Install the library and headers. install(TARGETS ${INSTALL_TARGETS} EXPORT ${targets_export_name} DESTINATION ${FMT_LIB_DIR}) install(FILES ${FMT_HEADERS} DESTINATION include/cppformat) endif ()