Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrecht Van Lommel <brechtvanlommel@pandora.be>2011-06-28 19:43:03 +0400
committerBrecht Van Lommel <brechtvanlommel@pandora.be>2011-06-28 19:43:03 +0400
commit3211bea679c9e5a40a3b6d4ac2a0764225acb66f (patch)
tree91918f5da9b0d17fb956548176b22d0d36e9022d /CMakeLists.txt
parenta05b66defb14de86fa9845e16c0a8557a7a28723 (diff)
CMake: campbell already added default build type as release a few hours
earlier in a different way, missed that, so reverting my change.
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt5
1 files changed, 0 insertions, 5 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index ca658f2e0dd..4bc254e0830 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -53,11 +53,6 @@ if(NOT EXECUTABLE_OUTPUT_PATH)
set(FIRST_RUN "TRUE")
endif()
-# set default build type to Release
-if(NOT CMAKE_BUILD_TYPE)
- set(CMAKE_BUILD_TYPE "Release")
-endif()
-
# this starts out unset
list(APPEND CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/build_files/cmake/Modules")