mark some cmake variables as advanced
This commit is contained in:
parent
6ea78fbf27
commit
7b440ed47c
|
@ -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 )
|
||||
|
|
Loading…
Reference in New Issue