MaciejPatro / cmake-tidy

Project provides a set of tools that will ease the development process for code written in CMake.
MIT License
15 stars 0 forks source link

Provide a skeleton for `analyze` subcommand and first check #138

Open MaciejPatro opened 4 years ago

MaciejPatro commented 4 years ago

The goal would be to warn users about

...
endif(some_name)

and changing it to

...
endif()