Skip to content

Commit

Permalink
Merge pull request ceph#9119 from runsisi/wip-fix-cmake-desc
Browse files Browse the repository at this point in the history
cmake: update description for cmake module Findkeyutils.cmake

Reviewed-by: Ali Maredia <[email protected]>
Reviewed-by: Kefu Chai <[email protected]>
  • Loading branch information
tchaikov authored Jun 18, 2016
2 parents 71bf392 + 533dbe0 commit a21071d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions cmake/modules/Findkeyutils.cmake
Original file line number Diff line number Diff line change
@@ -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)
Expand Down

0 comments on commit a21071d

Please sign in to comment.