ceph/cmake/modules
Kefu Chai 2ed44f993f 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>
2016-08-30 15:51:51 +08:00
..
AddCephTest.cmake cmake: Also build Python bindings for Python 3 2016-08-11 16:36:57 +03:00
Distutils.cmake cmake: Also build Python bindings for Python 3 2016-08-11 16:36:57 +03:00
FindBacktrace.cmake cmake: add missing FindBacktrace.cmake 2016-07-25 15:39:02 +08:00
FindCython.cmake cmake: Also build Python bindings for Python 3 2016-08-11 16:36:57 +03:00
FindJeMalloc.cmake
FindLTTngUST.cmake cmake: replace Findlttng-ust.cmake with FindLTTngUST.cmake 2016-08-30 15:51:51 +08:00
FindLZ4.cmake
FindNSPR.cmake
FindNSS.cmake FindNSS.cmake: find includes in /usr/local/includes/nss/nss 2016-07-20 15:57:42 +02:00
FindOpenLdap.cmake cmake: cleanup FindOpenLdap.cmake 2016-07-25 15:39:01 +08:00
FindPython3Interp.cmake cmake: Also build Python bindings for Python 3 2016-08-11 16:36:57 +03:00
FindPython3Libs.cmake cmake: Also build Python bindings for Python 3 2016-08-11 16:36:57 +03:00
Findaio.cmake cmake: fix libaio detection 2016-07-25 15:40:30 +08:00
Findatomic_ops.cmake
Findbabeltrace.cmake cmake: cleanup Findbabeltrace.cmake 2016-07-25 15:39:02 +08:00
Findblkid.cmake cmake: cleanup Findblkid.cmake 2016-07-25 15:40:30 +08:00
Findcryptopp.cmake
Finddpdk.cmake
Findfcgi.cmake
Findfuse.cmake cmake: cleanup Findfuse.cmake 2016-07-29 23:12:33 +08:00
Findgperftools.cmake cmake: cleanup Findgperftools.cmake 2016-08-11 14:06:39 +08:00
Findkeyutils.cmake
Findleveldb.cmake cmake: cleanup Findleveldb.cmake 2016-08-11 14:53:02 +08:00
Findpciaccess.cmake
Findsnappy.cmake
Findudev.cmake cmake: cleanup Findudev.cmake 2016-07-25 15:40:30 +08:00
Findxfs.cmake
Findxio.cmake cmake: cleanup Findxio.cmake 2016-08-11 14:53:03 +08:00
GetGitRevisionDescription.cmake
GetGitRevisionDescription.cmake.in