diff options
| author | Neil Shipp <neilsh@microsoft.com> | 2017-08-08 17:44:24 -0700 |
|---|---|---|
| committer | Neil Shipp <neilsh@microsoft.com> | 2017-08-08 17:44:24 -0700 |
| commit | 6a3c13f42b6cd0b5fa2fb294368fd8f10cc6329c (patch) | |
| tree | 6629c63d87104c3afa50954d64faedd413f569e4 | |
| parent | 890ed6172521f6b24b1233c4bb45c64a186515c5 (diff) | |
| download | vcpkg-6a3c13f42b6cd0b5fa2fb294368fd8f10cc6329c.tar.gz vcpkg-6a3c13f42b6cd0b5fa2fb294368fd8f10cc6329c.zip | |
Use SOURCE_PATH for license file path
| -rw-r--r-- | ports/openblas/portfile.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/openblas/portfile.cmake b/ports/openblas/portfile.cmake index 42ba59d27..c437a8642 100644 --- a/ports/openblas/portfile.cmake +++ b/ports/openblas/portfile.cmake @@ -105,7 +105,7 @@ string(REPLACE "#include \"common.h\"" "#include \"openblas_common.h\"" CBLAS_H file(WRITE ${CURRENT_PACKAGES_DIR}/include/cblas.h "${CBLAS_H}") # openblas is BSD -file(COPY ${CURRENT_BUILDTREES_DIR}/src/OpenBLAS-0.2.20/LICENSE DESTINATION ${CURRENT_PACKAGES_DIR}/share/openblas) +file(COPY ${SOURCE_PATH}/LICENSE DESTINATION ${CURRENT_PACKAGES_DIR}/share/openblas) file(RENAME ${CURRENT_PACKAGES_DIR}/share/openblas/LICENSE ${CURRENT_PACKAGES_DIR}/share/openblas/copyright) vcpkg_copy_pdbs() |
