Skip to content

Commit

Permalink
Add missing DESTINATION
Browse files Browse the repository at this point in the history
  • Loading branch information
nirvn committed Feb 25, 2024
1 parent 8440a10 commit 8794491
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vcpkg/ports/qgis-qt6/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ endif()

# crssync only runs when building natively. If we are cross-compiling, copy the srs.cb from the host installation.
if(NOT HOST_TRIPLET STREQUAL TARGET_TRIPLET)
file(COPY "${CURRENT_HOST_INSTALLED_DIR}/share/qgis/resources/srs.db" "${CURRENT_PACKAGES_DIR}/share/qgis/resources/srs.db")
file(COPY "${CURRENT_HOST_INSTALLED_DIR}/share/qgis/resources/srs.db" DESTINATION "${CURRENT_PACKAGES_DIR}/share/qgis/resources/srs.db")
endif()

file(GLOB QGIS_CMAKE_PATH ${CURRENT_PACKAGES_DIR}/*.cmake)
Expand Down

0 comments on commit 8794491

Please sign in to comment.