build: mark uninteresting variables as advanced (#22208)

Only the most important variables should be shown by default.
This commit is contained in:
dundargoc
2023-02-10 20:20:18 +01:00
committed by GitHub
parent 84328bae08
commit 4c64cbe99f
6 changed files with 23 additions and 13 deletions

View File

@ -19,3 +19,5 @@ if(ICONV_LIBRARY)
endif()
libfind_process(Iconv)
mark_as_advanced(ICONV_LIBRARY)