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.
diff --git a/Modules/FindLibXslt.cmake b/Modules/FindLibXslt.cmake
index 97943d6..a9920ee 100644
--- a/Modules/FindLibXslt.cmake
+++ b/Modules/FindLibXslt.cmake
@@ -110,7 +110,8 @@
                                   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)