@@ -85,7 +85,7 @@ install(
85
85
#===============================================================================
86
86
# Generate the ruby script for internal testing.
87
87
# Note that the major version of the library is included in the name.
88
- # Ex: cmdlaunch8 .rb
88
+ # Ex: cmdlaunch9 .rb
89
89
90
90
set (cmd_script_generated_test "${CMAKE_BINARY_DIR} /test/lib/$<CONFIG>/ruby/gz/cmd${GZ_DESIGNATION}${PROJECT_VERSION_MAJOR} .rb" )
91
91
set (cmd_script_configured_test "${CMAKE_CURRENT_BINARY_DIR} /test_cmd${GZ_DESIGNATION}${PROJECT_VERSION_MAJOR} .rb.configured" )
@@ -109,7 +109,7 @@ file(GENERATE
109
109
# Used for the installed version.
110
110
# Generate the ruby script that gets installed.
111
111
# Note that the major version of the library is included in the name.
112
- # Ex: cmdlaunch8 .rb
112
+ # Ex: cmdlaunch9 .rb
113
113
set (cmd_script_generated "${CMAKE_CURRENT_BINARY_DIR} /cmd${GZ_DESIGNATION}${PROJECT_VERSION_MAJOR} .rb" )
114
114
set (cmd_script_configured "${cmd_script_generated} .configured" )
115
115
@@ -130,7 +130,7 @@ set(gz_library_path "${CMAKE_BINARY_DIR}/test/lib/$<CONFIG>/ruby/gz/cmd${GZ_DESI
130
130
131
131
# Generate a configuration file for internal testing.
132
132
# Note that the major version of the library is included in the name.
133
- # Ex: launch8 .yaml
133
+ # Ex: launch9 .yaml
134
134
configure_file (
135
135
"${GZ_DESIGNATION} .yaml.in"
136
136
"${CMAKE_CURRENT_BINARY_DIR} /${GZ_DESIGNATION}${PROJECT_VERSION_MAJOR} .yaml.configured" @ONLY )
@@ -144,7 +144,7 @@ set(gz_library_path "${CMAKE_INSTALL_PREFIX}/lib/ruby/gz/cmd${GZ_DESIGNATION}${P
144
144
145
145
# Generate the configuration file that is installed.
146
146
# Note that the major version of the library is included in the name.
147
- # Ex: launch8 .yaml
147
+ # Ex: launch9 .yaml
148
148
configure_file (
149
149
"${GZ_DESIGNATION} .yaml.in"
150
150
"${CMAKE_CURRENT_BINARY_DIR} /${GZ_DESIGNATION}${PROJECT_VERSION_MAJOR} .yaml" @ONLY )
0 commit comments