Skip to content

Commit

Permalink
quote all paths to allow for spaces in the path
Browse files Browse the repository at this point in the history
  • Loading branch information
bobk2824 committed Oct 17, 2022
1 parent 1cd2b1e commit 2602107
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions ports/dtl/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ vcpkg_from_github(
HEAD_REF master
)

file(INSTALL ${SOURCE_PATH}/dtl
DESTINATION ${CURRENT_PACKAGES_DIR}/include)
file(INSTALL ${SOURCE_PATH}/COPYING DESTINATION
${CURRENT_PACKAGES_DIR}/share/dtl RENAME copyright)
file(INSTALL "${SOURCE_PATH}/${PORT}"
DESTINATION "${CURRENT_PACKAGES_DIR}/include")
file(INSTALL "${SOURCE_PATH}/COPYING" DESTINATION
"${CURRENT_PACKAGES_DIR}/share/${PORT}" RENAME copyright)

0 comments on commit 2602107

Please sign in to comment.