From c538903558d8c648817f5921e6f7acd284645214 Mon Sep 17 00:00:00 2001 From: Lazydodo Date: Tue, 13 Aug 2019 17:02:19 -0600 Subject: deps: python 3.7.4 for windows. This also updates to a new packaging method where python is runnable from the library folder rather than having tarballs in the release folder. --- build_files/build_environment/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'build_files/build_environment/CMakeLists.txt') diff --git a/build_files/build_environment/CMakeLists.txt b/build_files/build_environment/CMakeLists.txt index e4fe7d90176..0dbd3b572cf 100644 --- a/build_files/build_environment/CMakeLists.txt +++ b/build_files/build_environment/CMakeLists.txt @@ -90,6 +90,7 @@ include(cmake/tbb.cmake) include(cmake/openvdb.cmake) include(cmake/python.cmake) include(cmake/python_site_packages.cmake) +include(cmake/package_python.cmake) include(cmake/numpy.cmake) if(UNIX AND NOT APPLE) # Rely on PugiXML compiled with OpenImageIO -- cgit v1.2.3