summaryrefslogtreecommitdiffstats
path: root/Tests/FindTIFF/Test/CMakeLists.txt
Commit message (Collapse)AuthorAgeFilesLines
* Tests: Bump CMake minimum required version in find-module tests to 3.5Brad King2023-03-081-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 libtiffxxJoachim Wuttke (h)2020-06-291-2/+11
| | | | Fixes: #20860
* Tests: Remove unnecessary setting of CMAKE_MODULE_PATHCraig Scott2017-05-151-3/+0
|
* FindTIFF: Correct variable names in unit testRoger Leigh2016-07-101-7/+7
|
* FindTIFF: Add imported targets and update documentationRoger Leigh2015-12-071-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