Skip to content
Snippets Groups Projects
Commit f2acd20f authored by Cory Quammen's avatar Cory Quammen Committed by Kitware Robot
Browse files

Merge topic 'paraview-dmg-background' into release


a13e547a Change DMG setup script names to ParaView from CMake
b946babc DMG background: replace CMake logo with ParaView logo

Acked-by: default avatarKitware Robot <kwrobot@kitware.com>
Acked-by: default avatarBen Boeckel <ben.boeckel@kitware.com>
Merge-request: !501
parents 8fa50f70 a13e547a
No related branches found
No related tags found
No related merge requests found
File deleted
File added
......@@ -137,14 +137,14 @@ if (mpi_built_by_superbuild)
COMPONENT superbuild)
endif ()
# Configure CMakeDMGSetup.scpt to replace the app name in the script.
# Configure ParaViewDMGSetup.scpt to replace the app name in the script.
configure_file(
"${CMAKE_CURRENT_LIST_DIR}/files/CMakeDMGSetup.scpt.in"
"${CMAKE_CURRENT_BINARY_DIR}/CMakeDMGSetup.scpt"
"${CMAKE_CURRENT_LIST_DIR}/files/ParaViewDMGSetup.scpt.in"
"${CMAKE_CURRENT_BINARY_DIR}/ParaViewDMGSetup.scpt"
@ONLY)
set(CPACK_DMG_BACKGROUND_IMAGE "${CMAKE_CURRENT_LIST_DIR}/files/CMakeDMGBackground.tif")
set(CPACK_DMG_DS_STORE_SETUP_SCRIPT "${CMAKE_CURRENT_BINARY_DIR}/CMakeDMGSetup.scpt")
set(CPACK_DMG_BACKGROUND_IMAGE "${CMAKE_CURRENT_LIST_DIR}/files/ParaViewDMGBackground.tif")
set(CPACK_DMG_DS_STORE_SETUP_SCRIPT "${CMAKE_CURRENT_BINARY_DIR}/ParaViewDMGSetup.scpt")
if (paraviewweb_enabled)
install(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment