bareos: master fa7dfc02

Author Committer Branch Timestamp Parent
arogge Bareos Bot master 2024-09-30 16:48 master 53068bec Pending
Changeset cmake: make CPM work correctly for universal client

Enable FetchContent and disable CPM_USE_LOCAL_PACKAGES when building
a universal client.
The point of the universal client is to have as few dependencies as
possible. Thus, we should bundle as much as we can, so we don't
accidentally introduce new dependencies.
mod - CMakeLists.txt Diff File
add - cmake/ForceOption.cmake Diff File