cmake: Mark checklib variables as advanced

This commit is contained in:
patrick96 2020-12-24 01:13:51 +01:00 committed by Patrick Ziegler
parent 64e246e734
commit 74903d49a7
1 changed files with 1 additions and 0 deletions

View File

@ -138,6 +138,7 @@ function(checklib flag type pkg)
else()
message(FATAL_ERROR "Invalid lookup type '${type}'")
endif()
mark_as_advanced(${flag})
endif()
endfunction()