diff --git a/CMakeLists.txt b/CMakeLists.txt index 1953fe3a..1af9588b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -17,6 +17,13 @@ SET(CPACK_PACKAGE_CONTACT "Mike Rossiter") SET(VERSION_MAJOR "2") SET(VERSION_MINOR "1") +SET(NAME_SUFFIX "ov50") + +set (CMAKE_CXX_STANDARD 11) + + + + #SET(CMAKE_BUILD_TYPE Debug) OPTION(SHIPDRIVER_USE_SVG "Use SVG graphics" ON)