mark some cmake variables as advanced

This commit is contained in:
Yuichi Nishiwaki 2014-03-26 11:11:37 +09:00
parent 6ea78fbf27
commit 7b440ed47c
1 changed files with 2 additions and 0 deletions

View File

@ -84,3 +84,5 @@ include ( FindPackageHandleStandardArgs )
# handle the QUIETLY and REQUIRED arguments and set READLINE_FOUND to TRUE
# if all listed variables are TRUE
find_package_handle_standard_args ( readline DEFAULT_MSG READLINE_LIBRARY READLINE_INCLUDE_DIR )
mark_as_advanced ( READLINE_INCLUDE_DIR READLINE_LIBRARY )