Skip to content

Commit

Permalink
macos: set(CPACK_SET_DESTDIR TRUE)
Browse files Browse the repository at this point in the history
  • Loading branch information
pstorz committed Jul 14, 2020
1 parent 8ee705a commit c9e32f9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion core/platforms/darwin/CMakeLists.txt
@@ -1,6 +1,6 @@
# BAREOS® - Backup Archiving REcovery Open Sourced
#
# Copyright (C) 2019-2019 Bareos GmbH & Co. KG
# Copyright (C) 2019-2020 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
Expand Down Expand Up @@ -70,5 +70,6 @@ set(CPACK_PREFLIGHT_FILEDAEMON_SCRIPT
set(CPACK_POSTFLIGHT_FILEDAEMON_SCRIPT
"${CMAKE_CURRENT_LIST_DIR}/resources/postinstall"
)
set(CPACK_SET_DESTDIR TRUE)

include(CPack)

0 comments on commit c9e32f9

Please sign in to comment.