mirror of
https://github.com/fmtlib/fmt.git
synced 2025-07-31 11:17:35 +02:00
Comment
This commit is contained in:
@@ -75,7 +75,7 @@ if (FMT_INSTALL)
|
|||||||
DESTINATION ${config_install_dir})
|
DESTINATION ${config_install_dir})
|
||||||
install(EXPORT ${targets_export_name} 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(TARGETS ${INSTALL_TARGETS} EXPORT ${targets_export_name} DESTINATION ${FMT_LIB_DIR})
|
||||||
install(FILES ${FMT_HEADERS} DESTINATION include/cppformat)
|
install(FILES ${FMT_HEADERS} DESTINATION include/cppformat)
|
||||||
endif ()
|
endif ()
|
||||||
|
Reference in New Issue
Block a user