Commit 8832c36 1 parent b993f5f commit 8832c36 Copy full SHA for 8832c36
File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -266,7 +266,7 @@ endfunction()
266
266
267
267
# Define the fmt library, its includes and the needed defines.
268
268
set (FMT_HEADERS)
269
- add_headers(FMT_HEADERS base.h core.h format-inl.h ostream.h chrono.h)
269
+ add_headers(FMT_HEADERS base.h core.h format-inl.h ostream.h chrono.h format.h )
270
270
# add_headers(FMT_HEADERS args.h base.h chrono.h color.h compile.h core.h format.h
271
271
# format-inl.h os.h ostream.h printf.h ranges.h std.h
272
272
# xchar.h)
@@ -394,7 +394,7 @@ if (FMT_INSTALL)
394
394
395
395
set (INSTALL_FILE_SET)
396
396
if (FMT_USE_CMAKE_MODULES)
397
- set (INSTALL_FILE_SET FILE_SET fmt DESTINATION "${FMT_INC_DIR} /fmt" )
397
+ set (INSTALL_FILE_SET FILE_SET fmt DESTINATION "${FMT_INC_DIR} /fmt-vt " )
398
398
endif ()
399
399
400
400
# Install the library and headers.
@@ -403,7 +403,7 @@ if (FMT_INSTALL)
403
403
EXPORT ${targets_export_name}
404
404
LIBRARY DESTINATION ${FMT_LIB_DIR}
405
405
ARCHIVE DESTINATION ${FMT_LIB_DIR}
406
- PUBLIC_HEADER DESTINATION "${FMT_INC_DIR} /fmt"
406
+ PUBLIC_HEADER DESTINATION "${FMT_INC_DIR} /fmt-vt "
407
407
RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR}
408
408
${INSTALL_FILE_SET} )
409
409
You can’t perform that action at this time.
0 commit comments