Skip to content

Commit

Permalink
Merge branch 'main' into nkoenig/remove-ign
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Carroll <[email protected]>
  • Loading branch information
mjcarroll authored Oct 25, 2023
2 parents 664f0f4 + 9426b82 commit fbfc150
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/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cmake_minimum_required(VERSION 3.10.2 FATAL_ERROR)
project(gz-ogre-2 VERSION 0.1.0)

find_package(gz-cmake3 REQUIRED)
find_package(gz-cmake4 REQUIRED)

message(STATUS "Finding OGRE 2")
gz_find_package(GzOGRE2 VERSION 2
Expand Down
2 changes: 1 addition & 1 deletion examples/find_ogre2/ogre/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cmake_minimum_required(VERSION 3.10.2 FATAL_ERROR)
project(gz-ogre VERSION 0.1.0)

find_package(gz-cmake3 REQUIRED)
find_package(gz-cmake4 REQUIRED)

message(STATUS "Finding OGRE 2")
gz_find_package(GzOGRE2
Expand Down

0 comments on commit fbfc150

Please sign in to comment.