diff --git a/examples/find_ogre2/ogre-2/CMakeLists.txt b/examples/find_ogre2/ogre-2/CMakeLists.txt index 6208ddf6..fc343ac2 100644 --- a/examples/find_ogre2/ogre-2/CMakeLists.txt +++ b/examples/find_ogre2/ogre-2/CMakeLists.txt @@ -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 diff --git a/examples/find_ogre2/ogre/CMakeLists.txt b/examples/find_ogre2/ogre/CMakeLists.txt index 7b866377..5e96374f 100644 --- a/examples/find_ogre2/ogre/CMakeLists.txt +++ b/examples/find_ogre2/ogre/CMakeLists.txt @@ -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