From a0ea9cffd166ea32d9a064633d196bcd9bac256f Mon Sep 17 00:00:00 2001 From: Silvio Traversaro Date: Mon, 4 Oct 2021 16:32:03 +0200 Subject: [PATCH] ogre: Add missing required Paging component Signed-off-by: Silvio --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 5ace98855..216aacc26 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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