aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Schumacher <roschuma@microsoft.com>2016-09-20 10:44:43 -0700
committerGitHub <noreply@github.com>2016-09-20 10:44:43 -0700
commit14dbb584b483785398e588c4105387325607ecfa (patch)
tree5e231a79429ed572e90fce49185ea9796b95b0f7
parente86ca6049a077494a0c3957d6c82990620084f21 (diff)
downloadvcpkg-14dbb584b483785398e588c4105387325607ecfa.tar.gz
vcpkg-14dbb584b483785398e588c4105387325607ecfa.zip
[opengl] Remove call to vcpkg_copy_pdbs
-rw-r--r--ports/opengl/portfile.cmake1
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()