diff options
author | Brad King <brad.king@kitware.com> | 2019-02-07 11:54:39 (GMT) |
---|---|---|
committer | Kitware Robot <kwrobot@kitware.com> | 2019-02-07 11:55:12 (GMT) |
commit | 982e6e777556de8db44b16b144ab62f4b7172319 (patch) | |
tree | 73c1c4137cdc714fa383b47fe8bff77bf5f1f763 /Tests/CMakeLists.txt | |
parent | 450a1904d5c7611806b8da55f2df72bcc0ddcacb (diff) | |
parent | dd45f23b0142fb92de17458dd69b2b6f967f94bd (diff) | |
download | CMake-982e6e777556de8db44b16b144ab62f4b7172319.zip CMake-982e6e777556de8db44b16b144ab62f4b7172319.tar.gz CMake-982e6e777556de8db44b16b144ab62f4b7172319.tar.bz2 |
Merge topic 'findcups'
dd45f23b01 FindCups: add imported target
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !2917
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 86ad72c..8094c40 100644 --- a/Tests/CMakeLists.txt +++ b/Tests/CMakeLists.txt @@ -1413,6 +1413,10 @@ ${CMake_BINARY_DIR}/bin/cmake -DDIR=dev -P ${CMake_SOURCE_DIR}/Utilities/Release add_subdirectory(FindCURL) endif() + if(CMake_TEST_FindCups) + add_subdirectory(FindCups) + endif() + if(CMake_TEST_FindDoxygen) add_subdirectory(FindDoxygen) endif() |