aboutsummaryrefslogtreecommitdiff
path: root/graphics/ogre3d/files/patch-Docs_CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/ogre3d/files/patch-Docs_CMakeLists.txt')
-rw-r--r--graphics/ogre3d/files/patch-Docs_CMakeLists.txt16
1 files changed, 8 insertions, 8 deletions
diff --git a/graphics/ogre3d/files/patch-Docs_CMakeLists.txt b/graphics/ogre3d/files/patch-Docs_CMakeLists.txt
index 59711416dd06..c8577f5ebbec 100644
--- a/graphics/ogre3d/files/patch-Docs_CMakeLists.txt
+++ b/graphics/ogre3d/files/patch-Docs_CMakeLists.txt
@@ -1,11 +1,11 @@
---- Docs/CMakeLists.txt.orig 2019-04-24 16:21:46 UTC
+--- Docs/CMakeLists.txt.orig 2023-07-07 21:29:06 UTC
+++ Docs/CMakeLists.txt
-@@ -16,7 +16,7 @@
- if (WIN32 OR APPLE)
- set(OGRE_DOCS_PATH "Docs")
- elseif (UNIX)
-- set(OGRE_DOCS_PATH "share/OGRE/docs")
-+ set(OGRE_DOCS_PATH "share/doc/ogre3d")
+@@ -17,7 +17,7 @@ if (NOT OGRE_DOCS_PATH)
+ if (WIN32 OR APPLE)
+ set(OGRE_DOCS_PATH "Docs")
+ elseif (UNIX)
+- set(OGRE_DOCS_PATH "share/doc/OGRE")
++ set(OGRE_DOCS_PATH "share/doc/ogre3d")
+ endif ()
endif ()
- # Build and install API documentation if doxygen is available