We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5a6695 commit e1e99a8Copy full SHA for e1e99a8
install/install.cmake
@@ -41,13 +41,6 @@
41
COMMAND ${CMAKE_COMMAND} -E copy_if_different
42
$<TARGET_FILE:sACNView> ${SACNVIEW_DEPLOY_DIR})
43
44
- # Copy WinPCap DLLs
45
- foreach(DLLFILE IN LISTS PCAP_LIBS)
46
- add_custom_command (TARGET sACNView POST_BUILD
47
- COMMAND ${CMAKE_COMMAND} -E copy_if_different
48
- $<TARGET_FILE:${DLLFILE}> ${SACNVIEW_DEPLOY_DIR})
49
- endforeach()
50
-
51
# Run makensis if is installed in default location
52
if(EXISTS ${SACNVIEW_MAKENSIS_FILE})
53
if(${CMAKE_SYSTEM_PROCESSOR} MATCHES "x86_64" OR ${CMAKE_SYSTEM_PROCESSOR} MATCHES "AMD64")
0 commit comments