Skip to content

Commit

Permalink
Merge pull request #2251 from frozar/fix_compil_pcd_organized_edge_de…
Browse files Browse the repository at this point in the history
…tection

[CMAKE] Fix apps compilation
  • Loading branch information
SergioRAgostinho authored Mar 12, 2018
2 parents ade66c4 + 68180fa commit fc88d45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
set(SUBSYS_NAME apps)
set(SUBSYS_DESC "Application examples/samples that show how PCL works")
set(SUBSYS_DEPS common geometry io filters sample_consensus segmentation visualization kdtree features surface octree registration keypoints tracking search recognition ml stereo)
set(SUBSYS_DEPS common geometry io filters sample_consensus segmentation visualization kdtree features surface octree registration keypoints tracking search recognition ml stereo 2d)

set(DEFAULT FALSE)
PCL_SUBSYS_OPTION(build "${SUBSYS_NAME}" "${SUBSYS_DESC}" ${DEFAULT} "${REASON}")
Expand Down

0 comments on commit fc88d45

Please sign in to comment.