From 533dbe04a78cb44562bbb1f6454cc26ea9609580 Mon Sep 17 00:00:00 2001 From: runsisi Date: Fri, 13 May 2016 22:02:34 +0800 Subject: [PATCH] cmake: update description for cmake module Findkeyutils.cmake Signed-off-by: runsisi --- cmake/modules/Findkeyutils.cmake | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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) -- 2.47.3