- Fixed false positive for incorrect use of `SYSTEM` in `target_include_directories()` in some cases
0.5.0
- Added check for `add_library()` with implicit type (`STATIC`, `SHARED`, et cetera)
0.4.0
- Fixed line numbers sometimes being wrong in context snippets - Added check for incorrectly-placed `SYSTEM` in `target_include_directories()` - Added check for extraneous space in `ExternalProject_Add()` `CMAKE_ARGS`
0.3.0
- Fixed `nocheck`
0.2.0
- Added pragmas for ignoring checks on a line - Added check for `cmake_minimum_required()` when `project()` is present - Fixed minor formatting issues