Skip to content

Commit

Permalink
Fix cmake
Browse files Browse the repository at this point in the history
  • Loading branch information
Nickid2018 committed Jul 21, 2024
1 parent e97696a commit e046076
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,6 @@ message(STATUS "WireShark version: ${wireshark_VERSION_MAJOR}.${wireshark_VERSIO
set_target_properties(MC_Dissector PROPERTIES OUTPUT_NAME "mcdissector" PREFIX "")
install(
TARGETS MC_Dissector
LIBRARY DESTINATION "plugins/${wireshark_VERSION_MAJOR}.${wireshark_VERSION_MINOR}/epan"
LIBRARY DESTINATION "wireshark/plugins/${wireshark_VERSION_MAJOR}.${wireshark_VERSION_MINOR}/epan"
NAMELINK_SKIP
)

0 comments on commit e046076

Please sign in to comment.