Skip to content

Commit

Permalink
Install format.h to '<prefix>/include/cppformat'
Browse files Browse the repository at this point in the history
not to '<prefix>/include'. Thanks to Eugene V. Lyubimkin for the patch.
  • Loading branch information
vitaut committed Jun 23, 2015
1 parent b88a17a commit 958299d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)

0 comments on commit 958299d

Please sign in to comment.