URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=6084c21d741683feb2b0ce860cbc560843b98242
Submitter: Gerald Combs (gerald@xxxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
6084c21 by Gerald Combs (gerald@xxxxxxxxxxxxx):
CPack: Fixup plugin paths on Windows.
Fix the per-configuration output directories for plugins. Fixes the following
when running CPack:
----
CMake Error at C:/Development/wireshark/cmbuild/plugins/docsis/cmake_install.cmake:32 (file):
file INSTALL cannot find
"C:/Development/wireshark/cmbuild/run/$(Configuration)/plugins/docsis.dll".
Call Stack (most recent call first):
C:/Development/wireshark/cmbuild/cmake_install.cmake:329 (include)
----
Change-Id: I8d97722cc0d54e9ef26aeaeb311522e161c428e5
Reviewed-on: https://code.wireshark.org/review/12953
Petri-Dish: Gerald Combs <gerald@xxxxxxxxxxxxx>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
Reviewed-by: Gerald Combs <gerald@xxxxxxxxxxxxx>
Actions performed:
from bf8ff48 GTP: fix Dual Stack with one static and one Dynamic IP dissection
adds 6084c21 CPack: Fixup plugin paths on Windows.
Summary of changes:
cmake/modules/WiresharkPlugin.cmake | 6 ++----
1 file changed, 2 insertions(+), 4 deletions(-)