From 001aff624f75d7901287a7808f1de634c1fa4c99 Mon Sep 17 00:00:00 2001 From: Sebastian Hahta <joseha@utu.fi> Date: Fri, 9 Aug 2019 14:46:01 +0300 Subject: [PATCH] disable PCL --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index b91ad349a..47991799f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -10,7 +10,7 @@ include(GNUInstallDirs) include(CTest) enable_testing() -option(WITH_PCL "Use PCL if available" ON) +option(WITH_PCL "Use PCL if available" OFF) option(WITH_FIXSTARS "Use Fixstars libSGM if available" ON) option(BUILD_VISION "Enable the vision component" ON) option(BUILD_RECONSTRUCT "Enable the reconstruction component" ON) -- GitLab