aboutsummaryrefslogtreecommitdiff
path: root/scripts/boost/post-source-stubs/python.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/boost/post-source-stubs/python.cmake')
-rw-r--r--scripts/boost/post-source-stubs/python.cmake8
1 files changed, 0 insertions, 8 deletions
diff --git a/scripts/boost/post-source-stubs/python.cmake b/scripts/boost/post-source-stubs/python.cmake
deleted file mode 100644
index 5e2ae2b76..000000000
--- a/scripts/boost/post-source-stubs/python.cmake
+++ /dev/null
@@ -1,8 +0,0 @@
-# Find Python3 executable
-vcpkg_find_acquire_program(PYTHON3)
-set(VCPKG_PYTHON_EXECUTABLE "${PYTHON3}")
-# Find Python3 libraries. Can't use find_package here, but we already know where everything is
-file(GLOB VCPKG_PYTHON_INCLUDE "${CURRENT_INSTALLED_DIR}/include/python3.*")
-set(VCPKG_PYTHON_LIBS_RELEASE "${CURRENT_INSTALLED_DIR}/lib")
-set(VCPKG_PYTHON_LIBS_DEBUG "${CURRENT_INSTALLED_DIR}/debug/lib")
-string(REGEX REPLACE ".*python([0-9\.]+).*" "\\1" VCPKG_PYTHON_VERSION "${VCPKG_PYTHON_INCLUDE}")