Get rid of the temporary OS X-specific hack.

Hopefully Gerald's change will fix this annoyance once and for all.

Change-Id: I547b221a670f1435fa86cb96b084cfa5b788c57f
Reviewed-on: https://code.wireshark.org/review/6971
Reviewed-by: Guy Harris <guy@alum.mit.edu>
This commit is contained in:
Guy Harris 2015-02-05 10:22:52 -08:00
parent d1380119d4
commit 572b30a00b
1 changed files with 0 additions and 8 deletions

View File

@ -1334,14 +1334,6 @@ endif()
foreach(_install_file ${INSTALL_FILES})
get_filename_component(_install_basename "${_install_file}" NAME)
if (APPLE)
add_custom_command(TARGET copy_data_files POST_BUILD
COMMAND ${CMAKE_COMMAND} -E copy_if_different
"${_install_file}"
"${DATAFILE_DIR}/${_install_basename}"
WORKING_DIRECTORY ${CMAKE_SOURCE_DIR}
)
else()
add_custom_command(TARGET copy_data_files POST_BUILD
COMMAND ${CMAKE_COMMAND} -E copy_if_different
"${_install_file}"