Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | FindTIFF: add component CXX to include the C++ wrapper libtiffxx | Joachim Wuttke (h) | 2020-06-29 | 2 | -2/+27 |
| | | | | Fixes: #20860 | ||||
* | Tests: Remove unnecessary setting of CMAKE_MODULE_PATH | Craig Scott | 2017-05-15 | 1 | -3/+0 |
| | |||||
* | FindTIFF: Correct variable names in unit test | Roger Leigh | 2016-07-10 | 1 | -7/+7 |
| | |||||
* | Revise C++ coding style using clang-format | Kitware Robot | 2016-05-16 | 1 | -1/+1 |
| | | | | | | | | | | | | | Run the `Utilities/Scripts/clang-format.bash` script to update all our C++ code to a new style defined by `.clang-format`. Use `clang-format` version 3.8. * If you reached this commit for a line in `git blame`, re-run the blame operation starting at the parent of this commit to see older history for the content. * See the parent commit for instructions to rebase a change across this style transition commit. | ||||
* | FindTIFF: Add imported targets and update documentation | Roger Leigh | 2015-12-07 | 3 | -0/+39 |
- Add TIFF::TIFF imported target - Document imported target - Add testcase to test the standard variables and the imported target Also: - Add TIFF_INCLUDE_DIRS to match common practice - Update documentation generally, including documenting TIFF_INCLUDE_DIRS |