Created
July 7, 2022 07:02
-
-
Save jayvdb/40ac2dc1e28c927d2dc55a48f1e9a15a to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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