early-access version 2853
This commit is contained in:
32
externals/vcpkg/ports/pcl/remove-broken-targets.patch
vendored
Executable file
32
externals/vcpkg/ports/pcl/remove-broken-targets.patch
vendored
Executable file
@@ -0,0 +1,32 @@
|
||||
From 1b2613e1df507fd868b4971294f9a28183ce2e6c Mon Sep 17 00:00:00 2001
|
||||
From: raahilsha-z <raahil.sha@zimaging.io>
|
||||
Date: Wed, 7 Jul 2021 16:01:03 -0400
|
||||
Subject: [PATCH] remove broken targets
|
||||
|
||||
---
|
||||
tools/CMakeLists.txt | 9 ---------
|
||||
1 file changed, 9 deletions(-)
|
||||
|
||||
diff --git a/tools/CMakeLists.txt b/tools/CMakeLists.txt
|
||||
index 5bfe6e94c..7abf3d746 100644
|
||||
--- a/tools/CMakeLists.txt
|
||||
+++ b/tools/CMakeLists.txt
|
||||
@@ -123,15 +123,6 @@ target_link_libraries(pcl_concatenate_points_pcd pcl_common pcl_io)
|
||||
PCL_ADD_EXECUTABLE(pcl_poisson_reconstruction COMPONENT ${SUBSYS_NAME} SOURCES poisson_reconstruction.cpp)
|
||||
target_link_libraries(pcl_poisson_reconstruction pcl_common pcl_io pcl_surface)
|
||||
|
||||
-PCL_ADD_EXECUTABLE(pcl_train_linemod_template COMPONENT ${SUBSYS_NAME} SOURCES train_linemod_template.cpp)
|
||||
-target_link_libraries(pcl_train_linemod_template pcl_common pcl_io pcl_segmentation pcl_recognition)
|
||||
-
|
||||
-PCL_ADD_EXECUTABLE(pcl_match_linemod_template COMPONENT ${SUBSYS_NAME} SOURCES match_linemod_template.cpp)
|
||||
-target_link_libraries(pcl_match_linemod_template pcl_common pcl_io pcl_recognition)
|
||||
-
|
||||
-PCL_ADD_EXECUTABLE(pcl_linemod_detection COMPONENT ${SUBSYS_NAME} SOURCES linemod_detection.cpp)
|
||||
-target_link_libraries(pcl_linemod_detection pcl_common pcl_io pcl_recognition)
|
||||
-
|
||||
PCL_ADD_EXECUTABLE(pcl_fast_bilateral_filter COMPONENT ${SUBSYS_NAME} SOURCES fast_bilateral_filter.cpp)
|
||||
target_link_libraries(pcl_fast_bilateral_filter pcl_common pcl_io pcl_filters)
|
||||
|
||||
--
|
||||
2.32.0.windows.1
|
||||
|
Reference in New Issue
Block a user