Skip to content
GitLab
  • Menu
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • V VILLAScommon
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
    • Requirements
  • Merge requests 2
    • Merge requests 2
  • Deployments
    • Deployments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • Code review
    • Insights
    • Issue
    • Repository
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • ACS
  • Public
  • VILLASframework
  • VILLAScommon
  • Merge requests
  • !63

upgrade minimum required versions for spdlog (1.3.1 to 1.6.0) and fmtlib (5.2.0 to 5.3.0)

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Sonja Happ requested to merge fix-min-versions-spdlog-fmtlib into master Jan 07, 2022
  • Overview 0
  • Commits 1
  • Changes 1

I noticed there is a problem with the min required version of spdlog. Since the spdlog::custom_flag_formatter that is used for the CustomLevelFlag class is only supported since version 1.6.0 I have changed the CMakeFile to this version. It requires at least fmtlib 5.3.0 so this was also upgraded.

Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: fix-min-versions-spdlog-fmtlib