Removed handling of Debug build in CMake projects.

This commit is contained in:
Rasim Labibov
2017-10-31 15:57:24 +02:00
parent 2a2681ac19
commit bc570313c8
2 changed files with 0 additions and 10 deletions
-5
View File
@@ -1,10 +1,5 @@
cmake_minimum_required(VERSION 2.8)
# Common project properties
if(NOT CMAKE_BUILD_TYPE)
set(CMAKE_BUILT_TYPE Debug CACHE STRING "Choose the type of build, options are: Debug Release" FORCE)
endif()
# 3rd party tools
find_package(Qt5 COMPONENTS Widgets Qml Quick REQUIRED)