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

@@ -25,3 +25,5 @@ list(REMOVE_ITEM CMAKE_REQUIRED_LIBRARIES "${UNIBILIUM_LIBRARY}")
if(UNIBI_HAS_VAR_FROM)
target_compile_definitions(unibilium INTERFACE NVIM_UNIBI_HAS_VAR_FROM)
endif()
mark_as_advanced(UNIBILIUM_INCLUDE_DIR UNIBILIUM_LIBRARY)