cmake: Mark checklib variables as advanced
This commit is contained in:
parent
64e246e734
commit
74903d49a7
@ -138,6 +138,7 @@ function(checklib flag type pkg)
|
||||
else()
|
||||
message(FATAL_ERROR "Invalid lookup type '${type}'")
|
||||
endif()
|
||||
mark_as_advanced(${flag})
|
||||
endif()
|
||||
endfunction()
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user