Skip to content

cmake-pre-commit-hooks v1.3.0

Choose a tag to compare

@github-actions github-actions released this 27 Jun 19:43
· 121 commits to main since this release
41fc4cd

Added

  • Support for platform-specific CMake options
    Use --linux, --mac and --win to specify CMake flags that need to be provided only on the specific
    platform. --unix can be used as a shortcut to specifying --linux and --mac.