mirror of
https://github.com/neovim/neovim
synced 2025-07-16 01:01:49 +00:00
build: mark uninteresting variables as advanced (#22208)
Only the most important variables should be shown by default.
This commit is contained in:
@ -19,3 +19,5 @@ if(ICONV_LIBRARY)
|
||||
endif()
|
||||
|
||||
libfind_process(Iconv)
|
||||
|
||||
mark_as_advanced(ICONV_LIBRARY)
|
||||
|
Reference in New Issue
Block a user