Mercurial > trustbridge
comparison CMakeLists.txt @ 409:09bb19e5e369
Remove m13 mentions and change test certificate to intevation.de
author | Andre Heinecke <aheinecke@intevation.de> |
---|---|
date | Wed, 16 Apr 2014 14:00:12 +0000 |
parents | 35d6b371ba63 |
children | 7a8f5b85fd9a |
comparison
equal
deleted
inserted
replaced
408:ac9e95ef6966 | 409:09bb19e5e369 |
---|---|
4 # This file is Free Software under the GNU GPL (v>=2) | 4 # This file is Free Software under the GNU GPL (v>=2) |
5 # and comes with ABSOLUTELY NO WARRANTY! | 5 # and comes with ABSOLUTELY NO WARRANTY! |
6 # See LICENSE.txt for details. | 6 # See LICENSE.txt for details. |
7 | 7 |
8 cmake_minimum_required(VERSION 2.8.8) | 8 cmake_minimum_required(VERSION 2.8.8) |
9 project(m13) | 9 project(trustbridge) |
10 | 10 |
11 option(DO_RELEASE_BUILD "Build for a public release." OFF) | 11 option(DO_RELEASE_BUILD "Build for a public release." OFF) |
12 option(ENABLE_PROFILING "Set to enable profiling." OFF) | 12 option(ENABLE_PROFILING "Set to enable profiling." OFF) |
13 | 13 |
14 set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${CMAKE_SOURCE_DIR}/cmake/") | 14 set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${CMAKE_SOURCE_DIR}/cmake/") |