aboutsummaryrefslogtreecommitdiff
path: root/ports/josuttis-jthread/portfile.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'ports/josuttis-jthread/portfile.cmake')
-rw-r--r--ports/josuttis-jthread/portfile.cmake2
1 files changed, 1 insertions, 1 deletions
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)