diff options
| author | Robert Schumacher <roschuma@microsoft.com> | 2016-09-20 10:44:43 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-09-20 10:44:43 -0700 |
| commit | 14dbb584b483785398e588c4105387325607ecfa (patch) | |
| tree | 5e231a79429ed572e90fce49185ea9796b95b0f7 | |
| parent | e86ca6049a077494a0c3957d6c82990620084f21 (diff) | |
| download | vcpkg-14dbb584b483785398e588c4105387325607ecfa.tar.gz vcpkg-14dbb584b483785398e588c4105387325607ecfa.zip | |
[opengl] Remove call to vcpkg_copy_pdbs
| -rw-r--r-- | ports/opengl/portfile.cmake | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ports/opengl/portfile.cmake b/ports/opengl/portfile.cmake index 60986922a..8c2ac722b 100644 --- a/ports/opengl/portfile.cmake +++ b/ports/opengl/portfile.cmake @@ -23,4 +23,3 @@ file(COPY ${OPENGLPATH} DESTINATION ${CURRENT_PACKAGES_DIR}/lib) file(COPY ${OPENGLPATH} DESTINATION ${CURRENT_PACKAGES_DIR}/debug/lib) file(COPY ${LICENSEPATH} DESTINATION ${CURRENT_PACKAGES_DIR}/share/opengl) file(WRITE ${CURRENT_PACKAGES_DIR}/share/opengl/copyright "See the accompanying sdk_license.rtf") -vcpkg_copy_pdbs() |
