mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-18 16:53:02 +08:00
[libmodbus] Remove duplicated header files
This commit is contained in:
parent
44c2a66ff2
commit
144e86b6dc
@ -1,3 +1,3 @@
|
||||
Source: libmodbus
|
||||
Version: 3.1.4-1
|
||||
Version: 3.1.4-2
|
||||
Description: libmodbus is a free software library to send/receive data with a device which respects the Modbus protocol
|
||||
|
@ -24,3 +24,5 @@ vcpkg_fixup_cmake_targets(CONFIG_PATH "lib/cmake")
|
||||
|
||||
# Handle copyright
|
||||
file(INSTALL ${SOURCE_PATH}/COPYING.LESSER DESTINATION ${CURRENT_PACKAGES_DIR}/share/libmodbus RENAME copyright)
|
||||
|
||||
file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/debug/include)
|
Loading…
Reference in New Issue
Block a user