Skip to content

Commit

Permalink
Bumps in ionic : ci_matching_branch/bump_ionic_gz-cmake4
Browse files Browse the repository at this point in the history
Signed-off-by: Addisu Z. Taddese <[email protected]>
  • Loading branch information
azeey committed Oct 6, 2023
1 parent 08fc098 commit 21318bf
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 21318bf

Please sign in to comment.