From b372e5d7a2f23bff1875c19e6e16914b144e89f4 Mon Sep 17 00:00:00 2001 From: Piero Toffanin Date: Fri, 20 Dec 2019 15:29:49 -0500 Subject: [PATCH] Remove debug flag Former-commit-id: de9d6aa5402626981fd951e2550b43b74fd9447f --- modules/odm_orthophoto/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/odm_orthophoto/CMakeLists.txt b/modules/odm_orthophoto/CMakeLists.txt index fa2e0ea1..68e18ec0 100644 --- a/modules/odm_orthophoto/CMakeLists.txt +++ b/modules/odm_orthophoto/CMakeLists.txt @@ -6,7 +6,7 @@ set(PCL_DIR "PCL_DIR-NOTFOUND" CACHE "PCL_DIR" "Path to the pcl installation dir set(OPENCV_DIR "OPENCV_DIR-NOTFOUND" CACHE "OPENCV_DIR" "Path to the OPENCV installation directory") # Add compiler options. -add_definitions(-Wall -Wextra -g) +add_definitions(-Wall -Wextra) # Find pcl at the location specified by PCL_DIR find_package(VTK 6.0 REQUIRED)