Skip to content

Commit 0bc3b58

Browse files
committed
version bumps
Signed-off-by: Nate Koenig <[email protected]>
1 parent 450f7be commit 0bc3b58

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

CMakeLists.txt

+5-5
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ project(gz-plugin3 VERSION 3.0.0)
88
#============================================================================
99
# Find gz-cmake
1010
#============================================================================
11-
find_package(gz-cmake3 REQUIRED)
12-
set(GZ_CMAKE_VER ${gz-cmake3_VERSION_MAJOR})
11+
find_package(gz-cmake4 REQUIRED)
12+
set(GZ_CMAKE_VER ${gz-cmake4_VERSION_MAJOR})
1313

1414
#============================================================================
1515
# Configure the project
@@ -45,12 +45,12 @@ gz_find_package(DL
4545
#--------------------------------------
4646
# Find gz-tools
4747
find_program(GZ_TOOLS_PROGRAM gz)
48-
set(GZ_TOOLS_VER 2)
48+
set(GZ_TOOLS_VER 3)
4949

5050
#--------------------------------------
5151
# Find gz-utils
52-
gz_find_package(gz-utils2 REQUIRED COMPONENTS cli)
53-
set(GZ_UTILS_VER ${gz-utils2_VERSION_MAJOR})
52+
gz_find_package(gz-utils3 REQUIRED COMPONENTS cli)
53+
set(GZ_UTILS_VER ${gz-utils3_VERSION_MAJOR})
5454

5555
#============================================================================
5656
# Configure the build

0 commit comments

Comments
 (0)