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

github.com/bareos/bareos.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilipp Storz <philipp.storz@bareos.com>2019-03-06 12:31:35 +0300
committerPhilipp Storz <philipp.storz@bareos.com>2019-03-06 15:05:46 +0300
commit3f3ec879121ec4ba2a61b62fd843455e12b26ae6 (patch)
treee0fbc76ce9ea7a9ccf425a1c6c783aa44d7d0819 /CMakeLists.txt
parent28f3a91e3a037f86ebbff11cf6861b203e189df8 (diff)
systemtests: disabled schedules, only do one backup and one restore
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 2a164481c..e59c107fc 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -17,9 +17,9 @@
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
# 02110-1301, USA.
cmake_minimum_required(VERSION 3.0)
-set(default_build_type "Debug")
project(bareos)
+set(default_build_type "Debug")
# enable "make test"
enable_testing()
set(CMAKE_CTEST_COMMAND ctest -V)