Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Tests: Bump CMake minimum required version in find-module tests to 3.5 | Brad King | 2023-03-08 | 1 | -1/+1 |
| | | | | | CMake 3.27 deprecates compatibility with CMake < 3.5. Update find module tests to avoid the deprecation warning. | ||||
* | FindTIFF: add component CXX to include the C++ wrapper libtiffxx | Joachim Wuttke (h) | 2020-06-29 | 1 | -2/+11 |
| | | | | 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 |
| | |||||
* | FindTIFF: Add imported targets and update documentation | Roger Leigh | 2015-12-07 | 1 | -0/+17 |
- 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 |