Skip to content

Commit

Permalink
fix(autoware_map_height_fitter): find PCL package after autoware_pack…
Browse files Browse the repository at this point in the history
…age() is called (#10070)

Signed-off-by: Ryohsuke Mitsudome <[email protected]>
  • Loading branch information
mitsudome-r authored Feb 5, 2025
1 parent b3c69b4 commit 2d3928d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion map/autoware_map_height_fitter/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ cmake_minimum_required(VERSION 3.14)
project(autoware_map_height_fitter)

find_package(autoware_cmake REQUIRED)
find_package(PCL REQUIRED COMPONENTS common)
autoware_package()
find_package(PCL REQUIRED COMPONENTS common)

ament_auto_add_library(${PROJECT_NAME} SHARED
src/map_height_fitter.cpp
Expand Down

0 comments on commit 2d3928d

Please sign in to comment.