summaryrefslogtreecommitdiff
path: root/debian/patches/0001-Don-t-force-CMAKE_BUILD_TYPE-Release.patch
blob: 6858726b10f51c72cf3bf750639f02fe7fdc2f45 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
From: Gard Spreemann <gspreemann@gmail.com>
Date: Wed, 30 Jan 2019 13:22:13 +0100
Subject: Don't force CMAKE_BUILD_TYPE=Release.

---
 CMakeLists.txt | 1 -
 1 file changed, 1 deletion(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 1d2c34e..f010cac 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -2,7 +2,6 @@ cmake_minimum_required(VERSION 2.8)
 
 project("Phat")
 
-set(CMAKE_BUILD_TYPE "Release")
 
 INCLUDE(CheckCXXSourceCompiles)