fmtlib / fmt

A modern formatting library
https://fmt.dev
Other
19.84k stars 2.42k forks source link

Fix `FMT_INSTALL` with `FMT_MODULE` #3998

Closed yujincheng08 closed 4 weeks ago

yujincheng08 commented 1 month ago

Error:

  install TARGETS target fmt is exported but not all of its interface file
  sets are installed
yujincheng08 commented 4 weeks ago

@vitaut basically there's no "standard" place to place the install sources. So it's free to place anywhere, as long as cmake can help export the correct FILE_SET to dependants

vitaut commented 4 weeks ago

Merged, thanks!