FindLibXslt: Mark LIBXSLT_LIBRARY and LIBXSLT_EXSLT_INCLUDE_DIR as advanced

Make them consistent with other artifacts' cache entries.
Also drop mark on non-cache variable.
This commit is contained in:
Peter Kokot
2023-09-15 06:32:18 +02:00
committed by Brad King
parent 52cd2ea0f1
commit fd0d1ae002

View File

@@ -110,7 +110,8 @@ FIND_PACKAGE_HANDLE_STANDARD_ARGS(LibXslt
VERSION_VAR LIBXSLT_VERSION_STRING)
mark_as_advanced(LIBXSLT_INCLUDE_DIR
LIBXSLT_LIBRARIES
LIBXSLT_LIBRARY
LIBXSLT_EXSLT_INCLUDE_DIR
LIBXSLT_EXSLT_LIBRARY
LIBXSLT_XSLTPROC_EXECUTABLE)