diff options
author | Tim Besard <tim.besard@elis.ugent.be> | 2013-12-20 08:58:31 +0100 |
---|---|---|
committer | Tim Besard <tim.besard@elis.ugent.be> | 2013-12-20 08:58:31 +0100 |
commit | 27edb9b203a7b2768a526bbb6a436ba89f4c2f92 (patch) | |
tree | 60ab32b83611dd3e61c91c6d8673dc2e6a928e2c | |
parent | 9fc1926948004d12953c102b014dc9db798bc42b (diff) |
Don't compile Release build by default.
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 0587b0a..634edd3 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -5,8 +5,6 @@ cmake_minimum_required(VERSION 2.6) project(pChase) -SET(CMAKE_BUILD_TYPE "Release") - set (pChase_VERSION_MAJOR 0) set (pChase_VERSION_MINOR 4) |