diff options
| author | Billy Robert O'Neal III <bion@microsoft.com> | 2020-08-28 16:31:27 -0700 |
|---|---|---|
| committer | Billy Robert O'Neal III <bion@microsoft.com> | 2020-08-28 16:31:27 -0700 |
| commit | c828f3634723996e6031fb2e3c3d1ac3f4de0cad (patch) | |
| tree | b3fe00a043d5b9351868a0d1f8aead41bb52d2be /ports/josuttis-jthread | |
| parent | 6635a2fa596ca457565eebc2a45664309cd24d77 (diff) | |
| parent | f3f329a048eaff759c1992c458f2e12351486bc7 (diff) | |
| download | vcpkg-update-geos-381.tar.gz vcpkg-update-geos-381.zip | |
Merge remote-tracking branch 'origin/master' into HEADupdate-geos-381
Diffstat (limited to 'ports/josuttis-jthread')
| -rw-r--r-- | ports/josuttis-jthread/CONTROL | 1 | ||||
| -rw-r--r-- | ports/josuttis-jthread/portfile.cmake | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/ports/josuttis-jthread/CONTROL b/ports/josuttis-jthread/CONTROL index 760fb6eb7..8a0fc3c58 100644 --- a/ports/josuttis-jthread/CONTROL +++ b/ports/josuttis-jthread/CONTROL @@ -1,4 +1,5 @@ Source: josuttis-jthread Version: 2020-07-21 +Port-Version: 1 Homepage: https://github.com/josuttis/jthread Description: C++ class for a joining and cooperative interruptible thread (std::jthread) with stop_token helper diff --git a/ports/josuttis-jthread/portfile.cmake b/ports/josuttis-jthread/portfile.cmake index e01c16585..9563442b1 100644 --- a/ports/josuttis-jthread/portfile.cmake +++ b/ports/josuttis-jthread/portfile.cmake @@ -10,6 +10,6 @@ vcpkg_from_github( file(INSTALL ${SOURCE_PATH}/source/jthread.hpp DESTINATION ${CURRENT_PACKAGES_DIR}/include) file(INSTALL ${SOURCE_PATH}/source/stop_token.hpp DESTINATION ${CURRENT_PACKAGES_DIR}/include) -file(INSTALL ${SOURCE_PATH}/source/condition_variable_any2.hpp DESTINATION ${CURRENT_PACKAGES_DIR}/include}) +file(INSTALL ${SOURCE_PATH}/source/condition_variable_any2.hpp DESTINATION ${CURRENT_PACKAGES_DIR}/include) file(INSTALL ${SOURCE_PATH}/README.md DESTINATION ${CURRENT_PACKAGES_DIR}/share/${PORT} RENAME copyright) |
