Skip to content

Commit b224a6e

Browse files
authored
ogre: Add missing required Paging component
1 parent 421f381 commit b224a6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ endif()
6161

6262
#--------------------------------------
6363
# Find OGRE
64-
list(APPEND ign_ogre_components "RTShaderSystem" "Terrain" "Overlay")
64+
list(APPEND ign_ogre_components "RTShaderSystem" "Terrain" "Overlay" "Paging")
6565

6666
# Ogre versions greater than 1.9 are not officialy supported.
6767
# Display a warning for the users on this setup unless they provide

0 commit comments

Comments
 (0)