This commit is contained in:
vitaut 2016-02-09 15:40:26 -08:00
parent 70e44a8e7f
commit cd7f6c1fda

View File

@ -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 ()