Skip to content

Instantly share code, notes, and snippets.

@jayvdb
Created July 7, 2022 07:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jayvdb/40ac2dc1e28c927d2dc55a48f1e9a15a to your computer and use it in GitHub Desktop.
Save jayvdb/40ac2dc1e28c927d2dc55a48f1e9a15a to your computer and use it in GitHub Desktop.
diff --git a/CMake/Documentation.cmake b/CMake/Documentation.cmake
index 1df0960a4..11aee2f8a 100644
--- a/CMake/Documentation.cmake
+++ b/CMake/Documentation.cmake
@@ -38,6 +38,8 @@ find_path(DOCBOOK_XSL manpages/docbook.xsl
${CMAKE_INSTALL_PREFIX}/share/xml/xsl/docbook-xsl
# FreeBSD
${CMAKE_INSTALL_PREFIX}/share/xsl/docbook/
+ # Brew
+ /usr/local/var/homebrew/linked/docbook-xsl/docbook-xsl
NO_DEFAULT_PATH)
if(NOT DOCBOOK_XSL)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment