fmtlog icon indicating copy to clipboard operation
fmtlog copied to clipboard

Improve CMake code

Open ndam-hexagon opened this issue 7 months ago • 1 comments

This PR modernises fmtlog's CMake code:

  • Allow building using a version of fmtlib found on the system (by default use the local version)
  • Use BUILD_TESTING to control whether to enable or disable tests
  • Properly install the project using a CMake installation config file
  • Cleanup various other aspects

ndam-hexagon avatar May 08 '25 13:05 ndam-hexagon