Skip to content

Commit

Permalink
[gdal] Fix build failure in finding license file
Browse files Browse the repository at this point in the history
  • Loading branch information
ras0219-msft committed Oct 25, 2018
1 parent 59c6669 commit ff659ef
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions ports/gdal/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -267,6 +267,4 @@ endif()
vcpkg_copy_pdbs()

# Handle copyright
file(RENAME ${CURRENT_PACKAGES_DIR}/share/gdal/LICENSE.txt ${CURRENT_PACKAGES_DIR}/share/gdal/copyright)

message(STATUS "Packaging ${TARGET_TRIPLET} done")
configure_file(${SOURCE_PATH_RELEASE}/LICENSE.TXT ${CURRENT_PACKAGES_DIR}/share/gdal/copyright COPYONLY)

0 comments on commit ff659ef

Please sign in to comment.