From: runsisi Date: Fri, 13 May 2016 14:02:34 +0000 (+0800) Subject: cmake: update description for cmake module Findkeyutils.cmake X-Git-Tag: v11.0.0~122^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=533dbe04a78cb44562bbb1f6454cc26ea9609580;p=ceph.git cmake: update description for cmake module Findkeyutils.cmake Signed-off-by: runsisi --- diff --git a/cmake/modules/Findkeyutils.cmake b/cmake/modules/Findkeyutils.cmake index 73bfa5e6c1e2..15a07d60bf6d 100644 --- a/cmake/modules/Findkeyutils.cmake +++ b/cmake/modules/Findkeyutils.cmake @@ -1,9 +1,9 @@ # Try to find Keyutils # Once done, this will define # -# KEYUTILS_FOUND - system has Profiler -# KEYUTILS_INCLUDE_DIR - the Profiler include directories -# KEYUTILS_LIBRARIES - link these to use Profiler +# KEYUTILS_FOUND - system has keyutils +# KEYUTILS_INCLUDE_DIR - the keyutils include directories +# KEYUTILS_LIBRARIES - link these to use keyutils if(KEYUTILS_INCLUDE_DIR AND KEYUTILS_LIBRARIES) set(KEYUTILS_FIND_QUIETLY TRUE)