Update CMakeLists.txt

This commit is contained in:
robotsfan 2024-11-12 21:36:08 +08:00 committed by GitHub
parent ee4337e354
commit 11fb614640
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ find_package(rclpy REQUIRED)
find_package(gazebo_msgs REQUIRED) find_package(gazebo_msgs REQUIRED)
find_package(std_srvs REQUIRED) find_package(std_srvs REQUIRED)
# Make sure we find Python 3.8, matching ROS2 Foxy # Make sure to find Python 3.8
find_package(Python3 3.8 EXACT COMPONENTS Interpreter Development REQUIRED) find_package(Python3 3.8 EXACT COMPONENTS Interpreter Development REQUIRED)
link_directories(/usr/local/lib) link_directories(/usr/local/lib)