aboutsummaryrefslogtreecommitdiff
path: root/ports/pybind11
diff options
context:
space:
mode:
authorEthan Smith <ethan@ethanhs.me>2017-03-27 03:21:22 -0400
committerEthan Smith <ethan@ethanhs.me>2017-03-27 03:21:22 -0400
commit4990c31f7690131cea5fee7bcd2dea94a203606d (patch)
treec09304b91191fe49ffcacd8033f01b05ba467622 /ports/pybind11
parent7a703e7a985589993518f72830f96738175e4d53 (diff)
downloadvcpkg-4990c31f7690131cea5fee7bcd2dea94a203606d.tar.gz
vcpkg-4990c31f7690131cea5fee7bcd2dea94a203606d.zip
fix sourcepath pybind11 2.1.0
Diffstat (limited to 'ports/pybind11')
-rw-r--r--ports/pybind11/portfile.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/pybind11/portfile.cmake b/ports/pybind11/portfile.cmake
index d899aa31e..892b260b2 100644
--- a/ports/pybind11/portfile.cmake
+++ b/ports/pybind11/portfile.cmake
@@ -1,6 +1,6 @@
include(vcpkg_common_functions)
-set(SOURCE_PATH ${CURRENT_BUILDTREES_DIR}/src/pybind11-2.0.1)
+set(SOURCE_PATH ${CURRENT_BUILDTREES_DIR}/src/pybind11-2.1.0)
vcpkg_download_distfile(ARCHIVE
URLS "https://github.com/pybind/pybind11/archive/v2.1.0.tar.gz"