From 958299dd7ff973fde3b1675a95e547bbd5b6c7d3 Mon Sep 17 00:00:00 2001 From: vitaut Date: Tue, 23 Jun 2015 06:49:35 -0700 Subject: [PATCH] Install format.h to '/include/cppformat' not to '/include'. Thanks to Eugene V. Lyubimkin for the patch. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 4efadaa4..06ea1409 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -207,4 +207,4 @@ endif () set(FMT_LIB_DIR lib CACHE STRING "Installation directory for libraries, relative to ${CMAKE_INSTALL_PREFIX}.") install(TARGETS cppformat DESTINATION ${FMT_LIB_DIR}) -install(FILES format.h DESTINATION include) +install(FILES format.h DESTINATION include/cppformat)