Skip to content

Commit

Permalink
Remove WinPcap dlls from installer
Browse files Browse the repository at this point in the history
  • Loading branch information
marcusbirkin committed May 25, 2024
1 parent c5a6695 commit e1e99a8
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions install/install.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -41,13 +41,6 @@
COMMAND ${CMAKE_COMMAND} -E copy_if_different
$<TARGET_FILE:sACNView> ${SACNVIEW_DEPLOY_DIR})

# Copy WinPCap DLLs
foreach(DLLFILE IN LISTS PCAP_LIBS)
add_custom_command (TARGET sACNView POST_BUILD
COMMAND ${CMAKE_COMMAND} -E copy_if_different
$<TARGET_FILE:${DLLFILE}> ${SACNVIEW_DEPLOY_DIR})
endforeach()

# Run makensis if is installed in default location
if(EXISTS ${SACNVIEW_MAKENSIS_FILE})
if(${CMAKE_SYSTEM_PROCESSOR} MATCHES "x86_64" OR ${CMAKE_SYSTEM_PROCESSOR} MATCHES "AMD64")
Expand Down

0 comments on commit e1e99a8

Please sign in to comment.