diff options
| author | Griffin Downs <grdowns@microsoft.com> | 2019-04-04 15:46:02 -0700 |
|---|---|---|
| committer | Griffin Downs <grdowns@microsoft.com> | 2019-04-04 15:46:02 -0700 |
| commit | 9ff9817a40084cb8dc94bc0f8332632a36c92346 (patch) | |
| tree | d39900ef8886534e7171b2a373a061f2f958eb11 /ports/libmodbus | |
| parent | e33ffb6f905fb6c7446003ce15028bc1f5606cf7 (diff) | |
| parent | f0040c333959f4febcc528fb134b025713e54542 (diff) | |
| download | vcpkg-9ff9817a40084cb8dc94bc0f8332632a36c92346.tar.gz vcpkg-9ff9817a40084cb8dc94bc0f8332632a36c92346.zip | |
Merge branch 'pr/cmake_3_14' of https://github.com/kiwixz/vcpkg into dev/grdowns/5702
Diffstat (limited to 'ports/libmodbus')
| -rw-r--r-- | ports/libmodbus/CONTROL | 2 | ||||
| -rw-r--r-- | ports/libmodbus/portfile.cmake | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/ports/libmodbus/CONTROL b/ports/libmodbus/CONTROL index 1fd7d4791..ef880d2a0 100644 --- a/ports/libmodbus/CONTROL +++ b/ports/libmodbus/CONTROL @@ -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
diff --git a/ports/libmodbus/portfile.cmake b/ports/libmodbus/portfile.cmake index 8d6f2c062..95e3b8720 100644 --- a/ports/libmodbus/portfile.cmake +++ b/ports/libmodbus/portfile.cmake @@ -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)
\ No newline at end of file |
