diff options
author | Brad King <brad.king@kitware.com> | 2016-11-29 13:59:20 (GMT) |
---|---|---|
committer | CMake Topic Stage <kwrobot@kitware.com> | 2016-11-29 13:59:20 (GMT) |
commit | 325e452ea2d9b3224ade47eda24e44bf00a8306d (patch) | |
tree | ed39df1886167e62b3f58473702d3b7a6df1417e /Modules/FindLTTngUST.cmake | |
parent | 9e8f74fbb0148f6aa0a026b8610da6d84bbf0366 (diff) | |
parent | 745b56f58c8147aa6015a918f3bfd19abc807b48 (diff) | |
download | CMake-325e452ea2d9b3224ade47eda24e44bf00a8306d.zip CMake-325e452ea2d9b3224ade47eda24e44bf00a8306d.tar.gz CMake-325e452ea2d9b3224ade47eda24e44bf00a8306d.tar.bz2 |
Merge topic 'find-module-cleanup-sweep'
745b56f5 Find*.cmake: drop the comments before including FPHSA
0ab9cb46 FindLibArchive: do not set LibArchive_FOUND explicitly
703d1943 FindLibArchive: use CMAKE_CURRENT_LIST_DIR to find FPHSA
Diffstat (limited to 'Modules/FindLTTngUST.cmake')
-rw-r--r-- | Modules/FindLTTngUST.cmake | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Modules/FindLTTngUST.cmake b/Modules/FindLTTngUST.cmake index 8781bae..00d5e7a 100644 --- a/Modules/FindLTTngUST.cmake +++ b/Modules/FindLTTngUST.cmake @@ -90,8 +90,6 @@ if(LTTNGUST_INCLUDE_DIRS AND LTTNGUST_LIBRARIES) set(LTTNGUST_LIBRARIES ${LTTNGUST_LIBRARIES} ${CMAKE_DL_LIBS}) endif() -# handle the QUIETLY and REQUIRED arguments and set LTTNGUST_FOUND to -# TRUE if all listed variables are TRUE include(${CMAKE_CURRENT_LIST_DIR}/FindPackageHandleStandardArgs.cmake) find_package_handle_standard_args(LTTngUST FOUND_VAR LTTNGUST_FOUND REQUIRED_VARS LTTNGUST_LIBRARIES |