diff options
author | Hiroshi Miura <miurahr@linux.com> | 2018-12-11 22:31:12 (GMT) |
---|---|---|
committer | Hiroshi Miura <miurahr@linux.com> | 2018-12-13 00:40:11 (GMT) |
commit | 9644c835b38d211ee17b5de0bb0ae62fe188eca0 (patch) | |
tree | 31e0c3cef8ed3a7569e786c20f491451ac05ca7a /Tests/CMakeLists.txt | |
parent | cb995ddea2d633310b270e99d020fe490fff5ec7 (diff) | |
download | CMake-9644c835b38d211ee17b5de0bb0ae62fe188eca0.zip CMake-9644c835b38d211ee17b5de0bb0ae62fe188eca0.tar.gz CMake-9644c835b38d211ee17b5de0bb0ae62fe188eca0.tar.bz2 |
FindLibLZMA: add imported target
- Add imported target LibLZMA::LibLZMA
- Show found message with library path
- Add test for FindLibLZMA
Fixes: #18680, #18679
Signed-off-by: Hiroshi Miura <miurahr@linux.com>
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 408c941..2a8d3e6 100644 --- a/Tests/CMakeLists.txt +++ b/Tests/CMakeLists.txt @@ -1417,6 +1417,10 @@ ${CMake_BINARY_DIR}/bin/cmake -DDIR=dev -P ${CMake_SOURCE_DIR}/Utilities/Release add_subdirectory(FindJsonCpp) endif() + if(CMake_TEST_FindLibLZMA) + add_subdirectory(FindLibLZMA) + endif() + if(CMake_TEST_FindLibRHash) add_subdirectory(FindLibRHash) endif() |