File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -141,7 +141,7 @@ if (REFLECTCPP_USE_VCPKG)
141141 set (CMAKE_TOOLCHAIN_FILE ${CMAKE_CURRENT_SOURCE_DIR} /vcpkg/scripts/buildsystems/vcpkg.cmake CACHE STRING "Vcpkg toolchain file" )
142142endif ()
143143
144- project (reflect_cpp VERSION 0.23.0 LANGUAGES CXX )
144+ project (reflectcpp VERSION 0.23.0 LANGUAGES CXX )
145145
146146find_package (ament_cmake QUIET )
147147
Original file line number Diff line number Diff line change @@ -150,11 +150,11 @@ CMake-config package.
150150 vcs import src < src/.repos
151151 ```
152152
153- 2 . Build the package with ` colcon ` (package name: ` reflect_cpp ` ). The build
153+ 2 . Build the package with ` colcon ` (package name: ` reflectcpp ` ). The build
154154 enables installation automatically when invoked from an ament workspace:
155155
156156 ``` bash
157- colcon build --packages-select reflect_cpp
157+ colcon build --packages-select reflectcpp
158158 ```
159159
1601603 . Link against reflect-cpp from your ROS 2 package via the exported CMake
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" ?>
22<?xml-model href =" http://download.ros.org/schema/package_format3.xsd" schematypens =" http://www.w3.org/2001/XMLSchema" ?>
33<package format =" 3" >
4- <name >reflect_cpp </name >
5- <version >0.1 .0</version >
4+ <name >reflectcpp </name >
5+ <version >0.23 .0</version >
66 <description >C++ reflection library</description >
77 <maintainer email =" liuzicheng1987@example.com" >liuzicheng1987</maintainer >
88 <license >MIT</license >
You can’t perform that action at this time.
0 commit comments