⬆️ Updated pagedgeometry and caelum
This commit is contained in:
parent
17899a42a5
commit
ad2652a1bd
@ -5,3 +5,6 @@ sources:
|
||||
"0.6.4":
|
||||
url: "https://github.com/OGRECave/ogre-caelum/archive/4bd1b0581d55896d37922483981582661ca557de.zip"
|
||||
sha256: "deffe26ba169d89954f62ade50e856fdae293078c73836378d7bf3051eff0a8d"
|
||||
"2022.08":
|
||||
url: "https://github.com/OGRECave/ogre-caelum/archive/4bd1b0581d55896d37922483981582661ca557de.zip"
|
||||
sha256: "deffe26ba169d89954f62ade50e856fdae293078c73836378d7bf3051eff0a8d"
|
@ -1,5 +1,5 @@
|
||||
versions:
|
||||
"0.6.3":
|
||||
folder: all
|
||||
"0.6.4":
|
||||
"2022.08":
|
||||
folder: all
|
||||
|
@ -5,3 +5,6 @@ sources:
|
||||
"1.3.0":
|
||||
url: "https://github.com/OGRECave/ogre-pagedgeometry/archive/18ca8a0abd26cb5d52b99ad8e8fa0c8f7e6e7d79.zip"
|
||||
sha256: "4a3d97d75f7417208403bd0f5e8c3b010ae0dd9a36968f78ecc5cd0161b2ddb9"
|
||||
"2022.08":
|
||||
url: "https://github.com/OGRECave/ogre-pagedgeometry/archive/8637c7f4b6238ced28e741bb6e4d4ddc8b60b477.zip"
|
||||
sha256: "b83884652dc773e6c58e8efebfb950de714f6e34161a0fb388d2f546efea3a87"
|
@ -1,20 +0,0 @@
|
||||
--- CMakeLists.txt
|
||||
+++ CMakeLists.txt
|
||||
@@ -7,7 +7,7 @@
|
||||
# cmake system for PagedGeometry updated on 2-9-2021 by Edgar{at}AnotherFoxGuy{DOT}com
|
||||
|
||||
cmake_minimum_required(VERSION 3.0.2)
|
||||
-set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} ${CMAKE_SOURCE_DIR}/cmake)
|
||||
+set(CMAKE_MODULE_PATH ${CMAKE_BINARY_DIR} ${CMAKE_MODULE_PATH} ${CMAKE_SOURCE_DIR}/cmake)
|
||||
|
||||
# define the project
|
||||
project(
|
||||
@@ -101,7 +101,7 @@
|
||||
ENDIF ()
|
||||
|
||||
# --- Ogre 3D graphics engine ---
|
||||
-find_package(OGRE REQUIRED CONFIG)
|
||||
+find_package(OGRE REQUIRED)
|
||||
|
||||
# now add the directories
|
||||
add_subdirectory(source)
|
20
ogre-pagedgeometry/all/patches/2022.08/CMakeLists.txt.patch
Normal file
20
ogre-pagedgeometry/all/patches/2022.08/CMakeLists.txt.patch
Normal file
@ -0,0 +1,20 @@
|
||||
--- CMakeLists.txt
|
||||
+++ CMakeLists.txt
|
||||
@@ -8,6 +8,8 @@
|
||||
|
||||
cmake_minimum_required(VERSION 3.1)
|
||||
|
||||
+set(CMAKE_MODULE_PATH ${CMAKE_BINARY_DIR} ${CMAKE_MODULE_PATH})
|
||||
+
|
||||
# define the project
|
||||
project(
|
||||
PagedGeometry
|
||||
@@ -100,7 +102,7 @@
|
||||
ENDIF ()
|
||||
|
||||
# --- Ogre 3D graphics engine ---
|
||||
-find_package(OGRE REQUIRED CONFIG)
|
||||
+find_package(OGRE REQUIRED)
|
||||
|
||||
# now add the directories
|
||||
add_subdirectory(source)
|
@ -1,5 +1,5 @@
|
||||
versions:
|
||||
"1.2.0":
|
||||
folder: all
|
||||
"1.3.0":
|
||||
"2022.08":
|
||||
folder: all
|
||||
|
Loading…
x
Reference in New Issue
Block a user