mirror of
https://github.com/fmtlib/fmt.git
synced 2024-11-10 21:20:07 +00:00
cppformat -> fmt
This commit is contained in:
parent
17544b1824
commit
bea282dae9
@ -84,7 +84,7 @@ if (FMT_INSTALL)
|
|||||||
|
|
||||||
# Install the library and headers.
|
# 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/fmt)
|
||||||
if (FMT_CPPFORMAT)
|
if (FMT_CPPFORMAT)
|
||||||
install(TARGETS cppformat DESTINATION ${FMT_LIB_DIR})
|
install(TARGETS cppformat DESTINATION ${FMT_LIB_DIR})
|
||||||
endif ()
|
endif ()
|
||||||
|
Loading…
Reference in New Issue
Block a user