diff options
author | Kefu Chai <kchai@redhat.com> | 2016-08-30 07:33:24 +0200 |
---|---|---|
committer | Kefu Chai <kchai@redhat.com> | 2016-08-30 09:51:51 +0200 |
commit | 2ed44f993f7b33f683d1cf7ef3592b13e25f7129 (patch) | |
tree | 23893d3432f755d15b5576853bb19ee494044f84 /debian/copyright | |
parent | cmake: remove unused librados_api target (diff) | |
download | ceph-2ed44f993f7b33f683d1cf7ef3592b13e25f7129.tar.xz ceph-2ed44f993f7b33f683d1cf7ef3592b13e25f7129.zip |
cmake: replace Findlttng-ust.cmake with FindLTTngUST.cmake
find_package(lttng-ust REQUIRED) fails to find the lttng library without
this change. because find_path(LTTNG_LIBRARY_DIR ...) does not search
in the default library paths. and the second mode of
FIND_PACKAGE_HANDLE_STANDARD_ARGS() does not stop the cmake with a fatal
message, even some of the required vars are missing. so use the
implemetantion from cmake upstream.
Signed-off-by: Kefu Chai <kchai@redhat.com>
Diffstat (limited to 'debian/copyright')
-rw-r--r-- | debian/copyright | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/debian/copyright b/debian/copyright index db2fafaaa63..c4c4a3b679c 100644 --- a/debian/copyright +++ b/debian/copyright @@ -7,6 +7,12 @@ Files: * Copyright: (c) 2004-2010 by Sage Weil <sage@newdream.net> License: LGPL2.1 (see COPYING-LGPL2.1) +Files: cmake/modules/FindLTTngUST.cmake +Copyright: + Copyright 2016 Kitware, Inc. + Copyright 2016 Philippe Proulx <pproulx@efficios.com> +License: BSD 3-clause + Files: doc/* Copyright: (c) 2010-2012 New Dream Network and contributors License: Creative Commons Attribution-ShareAlike (CC BY-SA) |