aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan200101 <sentrycraft123@gmail.com>2020-11-21 12:51:57 +0100
committerJan200101 <sentrycraft123@gmail.com>2020-11-21 12:51:57 +0100
commit21d0d63ec3391bb7b01c290bfaed4606fad98e89 (patch)
tree1f0f458f1bb42ba3cbdbc6f540f250dfea85a017
parent4f1251e4fab43871d3902879c94c1b2d4daafe4c (diff)
downloadpolecat-0.1.6.tar.gz
polecat-0.1.6.zip
bump version, make default build type Release0.1.6
-rw-r--r--CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index a78c6ca..9b3ee9b 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1,11 +1,11 @@
cmake_minimum_required(VERSION 3.0)
if(NOT CMAKE_BUILD_TYPE)
- set(CMAKE_BUILD_TYPE "Debug" CACHE STRING
+ set(CMAKE_BUILD_TYPE "Release" CACHE STRING
"Choose the type of build, options are: None Debug Release RelWithDebInfo MinSizeRel." FORCE)
endif()
-project(polecat VERSION 0.1.5)
+project(polecat VERSION 0.1.6)
add_compile_definitions(NAME="${CMAKE_PROJECT_NAME}")
add_compile_definitions(VERSION="${CMAKE_PROJECT_VERSION}")