Skip to content

Commit 78cb424

Browse files
committed
reverted to Release build and updated patch #
1 parent 99c25b2 commit 78cb424

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ SET(PACKAGE "squiddio")
5656
SET(VERSION_MAJOR "1")
5757
SET(VERSION_MINOR "3")
5858
SET(VERSION_PATCH "8")
59-
set(VERSION_TWEAK "0")
59+
set(VERSION_TWEAK "1")
6060
set(VERSION_DATE "7/05/2020")
6161
set(OCPN_MIN_VERSION "ov50")
6262
set(OCPN_API_VERSION_MAJOR "1")
@@ -112,7 +112,7 @@ message(STATUS "${CMLOC}USE_GL: ${USE_GL}")
112112

113113
if("${CMAKE_BUILD_TYPE}" STREQUAL "")
114114
set(CMAKE_BUILD_TYPE
115-
"Debug"
115+
"Release"
116116
CACHE STRING "Choose the type of build" FORCE)
117117
endif("${CMAKE_BUILD_TYPE}" STREQUAL "")
118118
set_property(CACHE CMAKE_BUILD_TYPE PROPERTY STRINGS "" "Debug" "Release" "RelWithDebInfo" "MinSizeRel")

0 commit comments

Comments
 (0)