From 4fa5048570dfea72c0fddc235046f51b50272e0b Mon Sep 17 00:00:00 2001 From: Rasbats Date: Mon, 4 Mar 2019 10:20:58 +0000 Subject: [PATCH] dr case change for linux --- CMakeLists.txt | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index f21b0e7..6ac9ecc 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -9,14 +9,18 @@ CMAKE_MINIMUM_REQUIRED(VERSION 2.6.2) PROJECT(DR_pi) -SET(PACKAGE_NAME DR_pi) -SET(VERBOSE_NAME DR) -SET(TITLE_NAME DR) +SET(PACKAGE_NAME dr_pi) +SET(VERBOSE_NAME dr) +SET(TITLE_NAME dr) SET(CPACK_PACKAGE_CONTACT "Mike Rossiter") SET(VERSION_MAJOR "2") SET(VERSION_MINOR "1.1") +SET(NAME_SUFFIX "ov50") + +set (CMAKE_CXX_STANDARD 11) + #SET(CMAKE_BUILD_TYPE Debug) SET( wxWidgets_USE_DEBUG OFF) SET( wxWidgets_USE_UNICODE ON)