diff options
| author | Andrei Lebedev <lebdron@gmail.com> | 2019-05-19 14:41:03 +0300 |
|---|---|---|
| committer | Andrei Lebedev <lebdron@gmail.com> | 2019-05-19 14:41:03 +0300 |
| commit | b395438c791ca9f78e383a1d571525eee785e67c (patch) | |
| tree | 4aaba68a88a95633f77e944a36081441b3daef6a /ports/clockutils | |
| parent | 5495513ef45eb97d8453d15007714f1b4d3391f9 (diff) | |
| parent | 030e74940cc40db2415700e87e3b2c8aeeee8108 (diff) | |
| download | vcpkg-b395438c791ca9f78e383a1d571525eee785e67c.tar.gz vcpkg-b395438c791ca9f78e383a1d571525eee785e67c.zip | |
Merge branch 'master' into openssl-unix-dynamic
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) |
