mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-04-03 20:47:37 +03:00
Mark CMake library variables as advanced
This commit is contained in:
parent
0a85279bcb
commit
6125988f35
1 changed files with 1 additions and 3 deletions
|
@ -24,6 +24,4 @@ set(YUBIKEY_LIBRARIES ${YUBIKEY_CORE_LIBRARY} ${YUBIKEY_PERS_LIBRARY})
|
|||
include(FindPackageHandleStandardArgs)
|
||||
find_package_handle_standard_args(YubiKey DEFAULT_MSG YUBIKEY_LIBRARIES YUBIKEY_INCLUDE_DIRS)
|
||||
|
||||
# TODO: Is mark_as_advanced() necessary? It's used in many examples with
|
||||
# little explanation. Disable for now in favor of simplicity.
|
||||
#mark_as_advanced(YUBIKEY_LIBRARIES YUBIKEY_INCLUDE_DIRS)
|
||||
mark_as_advanced(YUBIKEY_LIBRARIES YUBIKEY_INCLUDE_DIRS)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue