File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -8,8 +8,8 @@ project(gz-plugin3 VERSION 3.0.0)
8
8
#============================================================================
9
9
# Find gz-cmake
10
10
#============================================================================
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 })
13
13
14
14
#============================================================================
15
15
# Configure the project
@@ -45,12 +45,12 @@ gz_find_package(DL
45
45
#--------------------------------------
46
46
# Find gz-tools
47
47
find_program (GZ_TOOLS_PROGRAM gz)
48
- set (GZ_TOOLS_VER 2 )
48
+ set (GZ_TOOLS_VER 3 )
49
49
50
50
#--------------------------------------
51
51
# 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 })
54
54
55
55
#============================================================================
56
56
# Configure the build
You can’t perform that action at this time.
0 commit comments