diff options
author | Brad King <brad.king@kitware.com> | 2015-12-07 14:22:56 (GMT) |
---|---|---|
committer | CMake Topic Stage <kwrobot@kitware.com> | 2015-12-07 14:22:56 (GMT) |
commit | 128d569af02d95e455b5ee1d8dddec07251b7033 (patch) | |
tree | 3e8985cf80c3363beedbc8d9de32a266a93a0c3e /Tests/CMakeLists.txt | |
parent | d9bbc8f02b8374d258c254b2e105b951620d795a (diff) | |
parent | ebaca6290d2c0be7dec22452389632949a700d28 (diff) | |
download | CMake-128d569af02d95e455b5ee1d8dddec07251b7033.zip CMake-128d569af02d95e455b5ee1d8dddec07251b7033.tar.gz CMake-128d569af02d95e455b5ee1d8dddec07251b7033.tar.bz2 |
Merge topic 'FindTIFF-imported-targets'
ebaca629 FindTIFF: Add imported targets and update documentation
Diffstat (limited to 'Tests/CMakeLists.txt')
-rw-r--r-- | Tests/CMakeLists.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Tests/CMakeLists.txt b/Tests/CMakeLists.txt index 509c7ee..5d492cf 100644 --- a/Tests/CMakeLists.txt +++ b/Tests/CMakeLists.txt @@ -1370,6 +1370,10 @@ ${CMake_BINARY_DIR}/bin/cmake -DDIR=dev -P ${CMake_SOURCE_DIR}/Utilities/Release add_subdirectory(FindOpenSSL) endif() + if(CMake_TEST_FindTIFF) + add_subdirectory(FindTIFF) + endif() + if(CMake_TEST_FindXercesC) add_subdirectory(FindXercesC) endif() |