diff options
author | Tim Besard <tim.besard@gmail.com> | 2011-11-21 10:47:47 +0100 |
---|---|---|
committer | Tim Besard <tim.besard@gmail.com> | 2011-11-21 10:47:47 +0100 |
commit | 23582a8aff400cf0c698650b29a3a6e13f159de3 (patch) | |
tree | 5c015e87baa6e3b0fd4530ee4251d7d2f5eebc85 /CMakeLists.txt | |
parent | 393401b50f728ff5dc7a5d29c9c976eaff6a2a26 (diff) |
Default to a release build, and move some duplicate code out an inner loop.
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 0bc1120..366b4c4 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -5,6 +5,8 @@ cmake_minimum_required(VERSION 2.6) project(pChase) +SET(CMAKE_BUILD_TYPE "Release") + set (pChase_VERSION_MAJOR 0) set (pChase_VERSION_MINOR 4) |