From bea282dae923762d3f124f7d3698e4cfe9c5502f Mon Sep 17 00:00:00 2001 From: Victor Zverovich Date: Sun, 24 Apr 2016 09:18:15 -0700 Subject: [PATCH] cppformat -> fmt --- fmt/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fmt/CMakeLists.txt b/fmt/CMakeLists.txt index b0c1424d..8123edf3 100644 --- a/fmt/CMakeLists.txt +++ b/fmt/CMakeLists.txt @@ -84,7 +84,7 @@ if (FMT_INSTALL) # Install the library and headers. install(TARGETS ${INSTALL_TARGETS} EXPORT ${targets_export_name} DESTINATION ${FMT_LIB_DIR}) - install(FILES ${FMT_HEADERS} DESTINATION include/cppformat) + install(FILES ${FMT_HEADERS} DESTINATION include/fmt) if (FMT_CPPFORMAT) install(TARGETS cppformat DESTINATION ${FMT_LIB_DIR}) endif ()