Skip to content

Commit

Permalink
Merge pull request #34917 from mantidproject/martyngigg-patch-1
Browse files Browse the repository at this point in the history
Remove unused variable
  • Loading branch information
martyngigg authored Jan 10, 2023
2 parents 92faf7f + 51f92fb commit 0130570
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion buildconfig/CMake/DarwinSetup.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,6 @@ if(ENABLE_WORKBENCH AND NOT CONDA_BUILD)
set(CPACK_COMMAND_HDIUTIL ${CMAKE_SOURCE_DIR}/installers/MacInstaller/hdiutilwrap)
set(CMAKE_MACOSX_RPATH 1)
set(CPACK_DMG_BACKGROUND_IMAGE ${CMAKE_SOURCE_DIR}/installers/conda/osx/dmg_background.png)
string(REPLACE " " "" CPACK_SYSTEM_NAME ${MACOS_CODENAME})

set(WORKBENCH_BUNDLE MantidWorkbench.app/Contents/)
set(WORKBENCH_APP MantidWorkbench${CPACK_PACKAGE_SUFFIX_CAMELCASE}.app)
Expand Down

0 comments on commit 0130570

Please sign in to comment.