From c379120d38907c000980095cdcd5244129efca7b Mon Sep 17 00:00:00 2001 From: Matt Hill Date: Sun, 3 Jul 2016 16:08:36 -0400 Subject: [PATCH] Specify Release mode explicitly --- src/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index bf5a7f0..5792fe0 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -1,6 +1,8 @@ project(src) +set(CMAKE_BUILD_TYPE RelWithDebugInfo) #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