Skip to content

Commit

Permalink
ogre: Add missing required Paging component
Browse files Browse the repository at this point in the history
  • Loading branch information
traversaro authored Oct 4, 2021
1 parent 421f381 commit b224a6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ endif()

#--------------------------------------
# Find OGRE
list(APPEND ign_ogre_components "RTShaderSystem" "Terrain" "Overlay")
list(APPEND ign_ogre_components "RTShaderSystem" "Terrain" "Overlay" "Paging")

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

0 comments on commit b224a6e

Please sign in to comment.