Skip to content

Commit 42dfccc

Browse files
committed
fix: apply gemini suggestions
1 parent f91ccf4 commit 42dfccc

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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")
142142
endif ()
143143

144-
project(reflect_cpp VERSION 0.23.0 LANGUAGES CXX)
144+
project(reflectcpp VERSION 0.23.0 LANGUAGES CXX)
145145

146146
find_package(ament_cmake QUIET)
147147

docs/install.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

160160
3. Link against reflect-cpp from your ROS 2 package via the exported CMake

package.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
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>

0 commit comments

Comments
 (0)