From 602b20c88362772ff0bffaa7888f7c99f8dbfe1f Mon Sep 17 00:00:00 2001 From: Matt Hill Date: Wed, 15 Oct 2014 13:35:27 -0400 Subject: [PATCH] Added commented debug option for use when debugging with gdb --- src/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 5ac8f82..42a0aa6 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -1,6 +1,6 @@ project(src) - +#set(CMAKE_BUILD_TYPE Debug) cmake_minimum_required (VERSION 2.6) # Set the OpenALPR version in cmake, and also add it as a DEFINE for the code to access