diff options
author | Brad King <brad.king@kitware.com> | 2017-05-19 18:17:47 (GMT) |
---|---|---|
committer | Kitware Robot <kwrobot@kitware.com> | 2017-05-19 18:17:50 (GMT) |
commit | 561e5edc3c63495bb7f9d09b5b1fda136bc07cf4 (patch) | |
tree | 0398b138b49cd644cdca4142894707d68efca425 /Tests/CMakeLists.txt | |
parent | a2f1c8bd98decaaf7402519217dbf0fd386f92ff (diff) | |
parent | 37627217082be815cb42611d1d23721ad0799c5c (diff) | |
download | CMake-561e5edc3c63495bb7f9d09b5b1fda136bc07cf4.zip CMake-561e5edc3c63495bb7f9d09b5b1fda136bc07cf4.tar.gz CMake-561e5edc3c63495bb7f9d09b5b1fda136bc07cf4.tar.bz2 |
Merge topic 'FindProtobuf-targets'
37627217 Help: Add notes for topic 'FindProtobuf-targets'
e4e1d194 FindProtobuf: add tests
f29635b6 FindProtobuf: add targets
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !861
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 acd014a..4b335bd 100644 --- a/Tests/CMakeLists.txt +++ b/Tests/CMakeLists.txt @@ -1438,6 +1438,10 @@ ${CMake_BINARY_DIR}/bin/cmake -DDIR=dev -P ${CMake_SOURCE_DIR}/Utilities/Release add_subdirectory(FindPNG) endif() + if(CMake_TEST_FindProtobuf) + add_subdirectory(FindProtobuf) + endif() + if(CMake_TEST_FindTIFF) add_subdirectory(FindTIFF) endif() |