From 21e4db42ffa265d7b39582ab2e5e7c96dbe9d51a Mon Sep 17 00:00:00 2001 From: Francesco Biscani Date: Mon, 22 Dec 2008 11:47:39 +0100 Subject: [PATCH] Avoid overriding build type in CMakeLists.txt. This should be a per-user setting. --- CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 4975e43..1af8756 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -3,7 +3,6 @@ PROJECT(PaGMO) CMAKE_MINIMUM_REQUIRED(VERSION 2.4.0) SET(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wall -Wextra -fmessage-length=0 -Wdisabled-optimization") -SET(CMAKE_BUILD_TYPE "Release") INCLUDE(CheckTypeSize) -- 2.11.4.GIT