From 08ee38b2ddc23d023e774b0367ef5f87c7bc0b1e Mon Sep 17 00:00:00 2001 From: Lars Glud Date: Tue, 16 Mar 2021 08:22:19 +0100 Subject: [PATCH] Don't make vtk a hard requirement. --- surface/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/surface/CMakeLists.txt b/surface/CMakeLists.txt index 6ab1917f084..9ccf3b3c0fb 100644 --- a/surface/CMakeLists.txt +++ b/surface/CMakeLists.txt @@ -4,7 +4,7 @@ set(SUBSYS_DEPS common search kdtree octree) set(build TRUE) PCL_SUBSYS_OPTION(build "${SUBSYS_NAME}" "${SUBSYS_DESC}" ON) -PCL_SUBSYS_DEPEND(build "${SUBSYS_NAME}" DEPS ${SUBSYS_DEPS} EXT_DEPS vtk OPT_DEPS qhull) +PCL_SUBSYS_DEPEND(build "${SUBSYS_NAME}" DEPS ${SUBSYS_DEPS} OPT_DEPS qhull vtk) PCL_ADD_DOC("${SUBSYS_NAME}")