Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Revise include order using clang-format-6.0 | Kitware Robot | 2019-10-01 | 1 | -2/+2 |
| | | | | | Run the `clang-format.bash` script to update our C and C++ code to a new include order `.clang-format`. Use `clang-format` version 6.0. | ||||
* | add_custom_target: Add output checks for custom target byproducts | Daniel Eiband | 2019-09-23 | 1 | -0/+18 |
Use the output checks for byproducts of add_custom_command also for byproducts of add_custom_target. |