forked from bareos/bareos
-
Notifications
You must be signed in to change notification settings - Fork 0
/
CMakeLists.txt
218 lines (204 loc) · 6.58 KB
/
CMakeLists.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
# BAREOS® - Backup Archiving REcovery Open Sourced
#
# Copyright (C) 2019-2024 Bareos GmbH & Co. KG
#
# This program is Free Software; you can redistribute it and/or
# modify it under the terms of version three of the GNU Affero General Public
# License as published by the Free Software Foundation and included
# in the file LICENSE.
#
# This program is distributed in the hope that it will be useful, but
# WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
# Affero General Public License for more details.
#
# You should have received a copy of the GNU Affero General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
# 02110-1301, USA.
message("Entering ${CMAKE_CURRENT_SOURCE_DIR}")
if(${CMAKE_SYSTEM_NAME} MATCHES "Windows")
cmake_minimum_required(VERSION 3.25)
cmake_policy(SET CMP0141 NEW) # allow to disable /Zi from cmake debug switches
# on MSVC
else()
cmake_minimum_required(VERSION 3.17)
cmake_policy(VERSION 3.17...3.19)
endif()
project(bareos NONE)
set(CMAKE_POSITION_INDEPENDENT_CODE ON)
list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake")
list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/core/cmake")
option(CPM_ONLY "Add CPM packages and exit" OFF)
if(CPM_ONLY)
include(BareosCpmPackages)
return()
endif()
if(${CMAKE_SYSTEM_NAME} MATCHES "Windows")
set(CMAKE_MSVC_DEBUG_INFORMATION_FORMAT Embedded)
string(REPLACE "Program Files (x86)" "Program Files" CMAKE_INSTALL_PREFIX
"${CMAKE_INSTALL_PREFIX}"
)
set(TESTS_THAT_REQUIRE_SH system:filesets system:ignoreduplicatecheck)
# these tests do not work on windows
set(TESTS_TO_SKIP
system:always-incremental-consolidate
system:autoxflate:setup
system:autoxflate:copy-to-local
system:autoxflate:copy-to-offsite
system:autoxflate:create-backup
system:autoxflate:replication-local
system:autoxflate:replication-offsite
system:autoxflate:cleanup
system:bareos-basic:hardlinks
system:bareos-basic:test-make-catalog-backup
system:bareos-concurrency
system:catalog
system:checkpoints:checkpoints-on-kill
system:checkpoints:checkpoints-on-stop
system:commandline-options
system:dedupestimate:do-estimation
system:dedupable
system:fileset-multiple-blocks:include-blocks
system:fileset-multiple-blocks:options-blocks
system:heartbeat-interval:check
system:messages
system:py3plug-dir
system:py3plug-fd-local-fileset-restoreobject
system:py3plug-sd
system:py3plug-fd-local-fileset-basic:basic
system:py3plug-fd-local-fileset-basic:io_in_core
system:py3plug-fd-basic:cancel-check
system:py3plug-fd-basic:cancel-check-no-wait
system:py3plug-fd-basic:config
system:py3plug-fd-basic:forcebackup
system:py3plug-fd-basic:jobmsg
system:python-bareos:acl
system:python-bareos:bvfs
system:python-bareos:delete
system:python-bareos:filedaemon
system:python-bareos:json
system:python-bareos:json_config
system:python-bareos:list_command
system:python-bareos:plaintext
system:python-bareos:protocol_124
system:python-bareos:python_bareos_module
system:python-bareos:python_fd_plugins
system:python-bareos:runscript
system:python-bareos:show
system:python-bareos:tlspsk
system:python-bareos:update_all_volumes_all_pools
system:restore:archive-restore-file
system:restore:full-restore
system:restore:restore-file
system:restore:restore-fileregex
system:restore:multi
system:scheduler:scheduler-backup
system:sparse-file
system:strippath:02-restore
system:strippath:03-verify
)
list(APPEND TESTS_TO_SKIP ${TESTS_THAT_REQUIRE_SH})
else()
set(TESTS_TO_SKIP)
endif()
add_custom_target(
uninstall "${CMAKE_COMMAND}" -P
"${CMAKE_CURRENT_SOURCE_DIR}/cmake/uninstall.cmake"
)
set(default_build_type "Debug")
include(CMakePrintHelpers)
find_package(Git)
include(BareosVersionFromGit)
include(BareosExtractVersionInfo)
include(BareosGetDistInfo)
include(BareosCopyDllsToBinDir)
include(RemoveNDebugFlag)
include(ForceOption)
set(BUILDNAME
"${BAREOS_FULL_VERSION}"
CACHE STRING "site name variable for CDash"
)
set(SITE
"${CMAKE_SYSTEM_NAME}-${DISTVER}-${CMAKE_HOST_SYSTEM_PROCESSOR}"
CACHE STRING "build name variable for CDash"
)
# enable "make test"
enable_testing()
set(CMAKE_CTEST_COMMAND ctest -V)
include(CTest)
option(BUILD_UNIVERSAL_CLIENT
"Override build-options to produce a limited, but universal client" OFF
)
if(BUILD_UNIVERSAL_CLIENT)
if(CMAKE_VERSION VERSION_LESS 3.18.0)
message(
FATAL_ERROR "Building the universal client requires at least CMake 3.18"
)
endif()
force_option(FETCHCONTENT_FULLY_DISCONNECTED OFF)
force_option(CPM_USE_LOCAL_PACKAGES OFF)
force_option(ENABLE_PYTHON OFF)
force_option(ENABLE_GFAPI_FD OFF)
force_option(ENABLE_JANSSON OFF)
force_option(ENABLE_LZO OFF)
force_option(ENABLE_CAPABILITY OFF)
force_option(ENABLE_BCONSOLE OFF)
force_option(ENABLE_STATIC_RUNTIME_LIBS ON)
set(client-only ON)
endif()
option(ENABLE_WEBUI "Build with WEBUI" ON)
option(docs-only "Build only the documentation" OFF)
option(docs-build-json "Update the configuration schema JSON files" OFF)
if(docs-build-json)
# check for wrong combinations of build flags
if(docs-only)
message(
FATAL_ERROR
"\n\"docs-build-json\" needs bareos-executables and cannot be combined with \"docs-only\""
)
endif()
if(NOT traymonitor)
message(
FATAL_ERROR
"\n\"docs-build-json\" needs the traymonitor executable: add \"-Dtraymonitor=on\""
)
endif()
endif()
if(docs-only)
set(BUILD_BAREOS_BINARIES no)
else()
set(BUILD_BAREOS_BINARIES yes)
endif()
if(NOT hostname)
site_name(hostname)
endif()
if(BUILD_BAREOS_BINARIES)
project(bareos C CXX)
if(NOT CMAKE_BUILD_TYPE
AND NOT CMAKE_C_FLAGS
AND NOT CMAKE_CXX_FLAGS
)
set(CMAKE_BUILD_TYPE "RelWithDebInfo")
endif()
include(BareosCpmPackages)
include(BareosCcache)
include(PrefixMap)
add_subdirectory(core)
if(ENABLE_WEBUI)
add_subdirectory(webui)
endif()
if(NOT client-only)
if(NOT ${CMAKE_SYSTEM_NAME} MATCHES "Windows")
add_subdirectory(contrib)
endif()
add_subdirectory(systemtests)
endif()
endif()
if(docs
OR docs-only
OR docs-build-json
)
add_subdirectory(docs/manuals)
endif()
set(SITE ${BAREOS_PLATFORM}-${DISTVER})