diff options
| author | wangli28 <47812810+wangli28@users.noreply.github.com> | 2019-05-17 23:10:31 +0000 |
|---|---|---|
| committer | Victor Romero <romerosanchezv@gmail.com> | 2019-05-17 16:10:31 -0700 |
| commit | e54af5898622af1cf2fa0b54a2d870800c2a97df (patch) | |
| tree | b8710a5106d00be528efb20772b9af701e1c61e8 /ports/clockutils | |
| parent | 2e51afcd65d49504cc75d6bf3e6c58bac749da60 (diff) | |
| download | vcpkg-e54af5898622af1cf2fa0b54a2d870800c2a97df.tar.gz vcpkg-e54af5898622af1cf2fa0b54a2d870800c2a97df.zip | |
[many ports]Remove double builds (#6472)
Diffstat (limited to 'ports/clockutils')
| -rw-r--r-- | ports/clockutils/CONTROL | 2 | ||||
| -rw-r--r-- | ports/clockutils/portfile.cmake | 1 |
2 files changed, 1 insertions, 2 deletions
diff --git a/ports/clockutils/CONTROL b/ports/clockutils/CONTROL index 5a3325350..37c5ec8ca 100644 --- a/ports/clockutils/CONTROL +++ b/ports/clockutils/CONTROL @@ -1,3 +1,3 @@ Source: clockutils -Version: 1.1.1-3651f232c27074c4ceead169e223edf5f00247c5-2 +Version: 1.1.1-3651f232c27074c4ceead169e223edf5f00247c5-3 Description: A lightweight c++ library for commonly needed tasks. Optimized for simplicity and speed. diff --git a/ports/clockutils/portfile.cmake b/ports/clockutils/portfile.cmake index 28a1de440..7511158de 100644 --- a/ports/clockutils/portfile.cmake +++ b/ports/clockutils/portfile.cmake @@ -28,7 +28,6 @@ vcpkg_configure_cmake( -DCLOCKUTILS_BUILD_SHARED=${SHARED_FLAG} ) -vcpkg_build_cmake() vcpkg_install_cmake() file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/debug/include) |
