Skip to content

Commit

Permalink
macos test
Browse files Browse the repository at this point in the history
  • Loading branch information
joergsteffens committed Apr 11, 2024
1 parent c8d7390 commit 183fda8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions core/platforms/darwin/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -61,10 +61,10 @@ set(CPACK_RESOURCE_FILE_README
"${CMAKE_CURRENT_BINARY_DIR}/resources/ReadMe.html"
)

message(STATUS "macos cpack: PROJECT_SOURCE_DIR="${PROJECT_SOURCE_DIR}")
message(STATUS "macos cpack: CMAKE_CURRENT_SOURCE_DIR="${CMAKE_CURRENT_SOURCE_DIR}")
message(STATUS "macos cpack: PROJECT_SOURCE_DIR=${PROJECT_SOURCE_DIR}")
message(STATUS "macos cpack: CMAKE_CURRENT_SOURCE_DIR=${CMAKE_CURRENT_SOURCE_DIR}")

set(CPACK_RESOURCE_FILE_LICENSE "${PROJECT_SOURCE_DIR}/../LICENCE.txt")
set(CPACK_RESOURCE_FILE_LICENSE "${PROJECT_SOURCE_DIR}/../LICENSE.txt")

set(CPACK_PACKAGE_FILE_NAME "${CMAKE_PROJECT_NAME}-${BAREOS_FULL_VERSION}")
set(CPACK_GENERATOR "productbuild")
Expand Down

0 comments on commit 183fda8

Please sign in to comment.