[libmodbus] Remove duplicated header files

This commit is contained in:
Victor Romero 2019-04-02 17:46:42 -07:00
parent 44c2a66ff2
commit 144e86b6dc
2 changed files with 3 additions and 1 deletions

View File

@ -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

View File

@ -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)