Skip to content
Snippets Groups Projects
Commit bdf31f83 authored by Dilawar Singh's avatar Dilawar Singh
Browse files

Use CMAKE_BUILD_TYPE=Relase as default installation configuration.

parent 07c1532f
No related branches found
No related tags found
No related merge requests found
cmake_minimum_required(VERSION 2.8)
project(moose)
set(CMAKE_BUILD_TYPE Release)
if(POLICY CMP0048)
cmake_policy(SET CMP0048 OLD )
endif(POLICY CMP0048)
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment