Skip to content

Commit

Permalink
Remove CMake dependency from "2d" to "io"
Browse files Browse the repository at this point in the history
If you try to do an algorithms-only build of PCL (without the "io" and "visualization" module), you will stumble accross this dependency which shouldn't exist in my opinion.
The "2d" module contains only a handful of file which implement morphological filters and does not include any files from the "io" module.
  • Loading branch information
ThorstenHarter authored Dec 11, 2017
1 parent ab2612e commit 1c9259f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 2d/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
set(SUBSYS_NAME 2d)
set(SUBSYS_DESC "Point cloud 2d")
set(SUBSYS_DEPS common io filters)
set(SUBSYS_DEPS common filters)

set(build TRUE)
PCL_SUBSYS_OPTION(build "${SUBSYS_NAME}" "${SUBSYS_DESC}" ON)
Expand Down

0 comments on commit 1c9259f

Please sign in to comment.