diff options
| author | Connor Fitzgerald <connorwadefitzgerald@gmail.com> | 2019-03-05 13:05:28 -0500 |
|---|---|---|
| committer | Victor Romero <romerosanchezv@gmail.com> | 2019-03-05 10:05:28 -0800 |
| commit | c041ae2c6f6896a53dbe726a66212a25a7ebb301 (patch) | |
| tree | 320ac181fe22107fce3aca0d1c6789eac5368a14 /ports/concurrentqueue | |
| parent | 9040bb8a78c35a6933d548ce407ac4479ef093d4 (diff) | |
| download | vcpkg-c041ae2c6f6896a53dbe726a66212a25a7ebb301.tar.gz vcpkg-c041ae2c6f6896a53dbe726a66212a25a7ebb301.zip | |
[concurrentqueue] Fix header include path (#5550)
Diffstat (limited to 'ports/concurrentqueue')
| -rw-r--r-- | ports/concurrentqueue/portfile.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/concurrentqueue/portfile.cmake b/ports/concurrentqueue/portfile.cmake index 9114d2a26..1d0de7d05 100644 --- a/ports/concurrentqueue/portfile.cmake +++ b/ports/concurrentqueue/portfile.cmake @@ -12,4 +12,4 @@ vcpkg_from_github( file(INSTALL ${SOURCE_PATH}/LICENSE.md DESTINATION ${CURRENT_PACKAGES_DIR}/share/concurrentqueue RENAME copyright) file(GLOB HEADER_FILES ${SOURCE_PATH}/*.h) -file(COPY ${HEADER_FILES} DESTINATION ${CURRENT_PACKAGES_DIR}/include) +file(COPY ${HEADER_FILES} DESTINATION ${CURRENT_PACKAGES_DIR}/include/concurrentqueue) |
