From b3bc6dcc02a7851000d58417f81d75d918ab34f8 Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Sat, 24 Feb 2018 16:16:08 -0800 Subject: [PATCH] I don't see a need to treat ipmap.html specially. It's in the INSTALL_FILES list, and all of those end up being dropped into the run directory, so there's no need to copy it individually; all the data files, as enumerated in INSTALL_FILES, are expected to be in the same directory, whatever it is, and that's what happens to those files. Change-Id: I58df330c7d6886c87d91c0e0df73000c028fc312 Reviewed-on: https://code.wireshark.org/review/26088 Reviewed-by: Guy Harris --- CMakeLists.txt | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index d903a03490..c052ac0090 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -2248,17 +2248,6 @@ if(BUILD_wireshark AND QT_FOUND) BUNDLE DESTINATION ${CMAKE_INSTALL_BINDIR} ) - if(NOT ENABLE_APPLICATION_BUNDLE) - # Map for endpoints dialog - ADD_CUSTOM_COMMAND( - TARGET wireshark - POST_BUILD - COMMAND ${CMAKE_COMMAND} -E copy_if_different - "${PROJECT_SOURCE_DIR}/ipmap.html" - $ - ) - endif() - if(WIN32 AND Qt5Core_FOUND) # Use windeployqt to copy our required DLLs to the run path. # Ideally one of the modules in ${QTDIR}/lib/cmake would expose