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()
|
else()
|
||||||
message(FATAL_ERROR "Invalid lookup type '${type}'")
|
message(FATAL_ERROR "Invalid lookup type '${type}'")
|
||||||
endif()
|
endif()
|
||||||
|
mark_as_advanced(${flag})
|
||||||
endif()
|
endif()
|
||||||
endfunction()
|
endfunction()
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user