Skip to content

Commit c09d6be

Browse files
committed
fix(autoware_map_height_fitter): find PCL package after autoware_package() is called (autowarefoundation#10070)
Signed-off-by: Ryohsuke Mitsudome <ryohsuke.mitsudome@tier4.jp>
1 parent 2ff34ed commit c09d6be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

map/autoware_map_height_fitter/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ cmake_minimum_required(VERSION 3.14)
22
project(autoware_map_height_fitter)
33

44
find_package(autoware_cmake REQUIRED)
5-
find_package(PCL REQUIRED COMPONENTS common)
65
autoware_package()
6+
find_package(PCL REQUIRED COMPONENTS common)
77

88
ament_auto_add_library(${PROJECT_NAME} SHARED
99
src/map_height_fitter.cpp

0 commit comments

Comments
 (0)