🐛 Fixed OGRE plugin compatibility
This commit is contained in:
11
ogre-pagedgeometry/all/patches/1.2.0/CMakeLists.txt.patch
Normal file
11
ogre-pagedgeometry/all/patches/1.2.0/CMakeLists.txt.patch
Normal file
@ -0,0 +1,11 @@
|
||||
--- CMakeLists.txt
|
||||
+++ CMakeLists.txt
|
||||
@@ -7,7 +7,7 @@
|
||||
# cmake system for PagedGeometry updated on 6-10-2017 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_MODULE_PATH} ${CMAKE_BINARY_DIR} ${CMAKE_SOURCE_DIR}/cmake )
|
||||
|
||||
|
||||
# add some functions we use that are shipped with cmake
|
Reference in New Issue
Block a user