diff options
author | Brad King <brad.king@kitware.com> | 2018-11-21 12:41:21 (GMT) |
---|---|---|
committer | Kitware Robot <kwrobot@kitware.com> | 2018-11-21 12:41:27 (GMT) |
commit | 2b427c2fadc917ebcaf2f246d53504ce5b6ad754 (patch) | |
tree | aa6bc418e2f3861e25d9af347f8df74d7993c636 /Tests/CMakeLists.txt | |
parent | 8b83d1fdffeab9d24946552a9b8252c2e0dc4570 (diff) | |
parent | 74cc42e937e3117e9514f0c1561f212a8867bc92 (diff) | |
download | CMake-2b427c2fadc917ebcaf2f246d53504ce5b6ad754.zip CMake-2b427c2fadc917ebcaf2f246d53504ce5b6ad754.tar.gz CMake-2b427c2fadc917ebcaf2f246d53504ce5b6ad754.tar.bz2 |
Merge topic 'FindGIF-modernize'
74cc42e937 Help: Add notes for topic 'FindGIF-modernize'
6962a41e6b FindGIF: Add test
5bc64fe6c2 FindGIF: Modernize
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !2632
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 96cdfd0..8b5f2e9 100644 --- a/Tests/CMakeLists.txt +++ b/Tests/CMakeLists.txt @@ -1388,6 +1388,10 @@ ${CMake_BINARY_DIR}/bin/cmake -DDIR=dev -P ${CMake_SOURCE_DIR}/Utilities/Release add_subdirectory(FindGDAL) endif() + if(CMake_TEST_FindGIF) + add_subdirectory(FindGIF) + endif() + if(CMake_TEST_FindGSL) add_subdirectory(FindGSL) endif() |