@@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 3.10.2 FATAL_ERROR)
3
3
#============================================================================
4
4
# Initialize the project
5
5
#============================================================================
6
- project (gz-msgs10 VERSION 10.1.2 )
6
+ project (gz-msgs10 VERSION 10.2.0 )
7
7
8
8
#============================================================================
9
9
# Find gz-cmake
@@ -25,7 +25,7 @@ gz_configure_project(VERSION_SUFFIX
25
25
#============================================================================
26
26
27
27
# Cross-compilation related options
28
- # In a cross-compilation scenario, it is possible that the
28
+ # In a cross-compilation scenario, it is possible that the
29
29
# ${PROJECT_NAME}_protoc_plugin
30
30
# generator compiled for the target machine cannot be used to generate
31
31
# the C++ code corresponding to the .proto definition.
@@ -34,7 +34,7 @@ gz_configure_project(VERSION_SUFFIX
34
34
# To avoid, that the following options can be used as follows.
35
35
# First of all, gz-msgs is compiled targeting the host machine, and in the
36
36
# build targeting the host, ensuring that the ${PROJECT_NAME}_protoc_plugin
37
- # is installed in <host_install_prefix>/bin/${PROJECT_NAME}_protoc_plugin .
37
+ # is installed in <host_install_prefix>/bin/${PROJECT_NAME}_protoc_plugin .
38
38
# Then, the same version of gz-msgs
39
39
# can be cross-compiled, and in the cross-compilation build the location of the
40
40
# host gz_msgs_gen is specified via the GZ_MSGS_GEN_EXECUTABLE CMake option.
@@ -43,9 +43,9 @@ gz_configure_project(VERSION_SUFFIX
43
43
# to the build appropriate CMake options:
44
44
# > cmake -Dgz-msgs<MajVer>_PROTO_GENERATOR_PLUGIN=gz-msgs<MajVer>_protoc_plugin
45
45
# > -Dgz-msgs<MajVer>_PROTOC_EXECUTABLE=<host_install_prefix>/bin/protoc
46
- # > -Dgz-msgs<MajVer>_PYTHON_INTERPRETER=<host_install_prefix>/bin/python
46
+ # > -Dgz-msgs<MajVer>_PYTHON_INTERPRETER=<host_install_prefix>/bin/python
47
47
# > ..
48
- # In case the gz-msgs CMake functions are used also in downstream projects,
48
+ # In case the gz-msgs CMake functions are used also in downstream projects,
49
49
# the same variables can be passed when configuring the downsream projects.
50
50
51
51
set (
0 commit comments