From bdf31f83d6a1812575d4a07034e683772dbb81ad Mon Sep 17 00:00:00 2001 From: Dilawar Singh <dilawars@ncbs.res.in> Date: Tue, 13 Mar 2018 16:32:22 +0530 Subject: [PATCH] Use CMAKE_BUILD_TYPE=Relase as default installation configuration. --- CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index c7bbbebc..883a9a0e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,8 @@ cmake_minimum_required(VERSION 2.8) project(moose) +set(CMAKE_BUILD_TYPE Release) + if(POLICY CMP0048) cmake_policy(SET CMP0048 OLD ) endif(POLICY CMP0048) -- GitLab