Skip to content

Commit

Permalink
Manual: Rollback OGRE examples
Browse files Browse the repository at this point in the history
We haven't migrated OGRE yet!

Signed-off-by: methylDragon <methylDragon@gmail.com>
  • Loading branch information
methylDragon committed Apr 27, 2022
1 parent c63d2f4 commit 8110dd3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/find_ogre2/ogre-2.1/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ find_package(ignition-cmake3 REQUIRED)

message(STATUS "Finding OGRE 2.1")

ign_find_package(GzOGRE2 VERSION 2.1.0
ign_find_package(IgnOGRE2 VERSION 2.1.0
COMPONENTS HlmsPbs HlmsUnlit Overlay)

message(STATUS "OGRE2_FOUND: " ${OGRE2_FOUND})
Expand Down
2 changes: 1 addition & 1 deletion examples/find_ogre2/ogre-2.2/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ find_package(ignition-cmake3 REQUIRED)

message(STATUS "Finding OGRE 2.2")

ign_find_package(GzOGRE2 VERSION 2.2.0
ign_find_package(IgnOGRE2 VERSION 2.2.0
COMPONENTS HlmsPbs HlmsUnlit Overlay)

message(STATUS "OGRE2_FOUND: " ${OGRE2_FOUND})
Expand Down

0 comments on commit 8110dd3

Please sign in to comment.