From c3ec708514df5a34948dc78ab8f7bd633a2f26ea Mon Sep 17 00:00:00 2001 From: Ivan Komissarov Date: Sat, 17 Jun 2023 00:40:04 +0300 Subject: Update python modules Change-Id: I7093f27644113a1c23ee6f551310e9f6b830e850 Reviewed-by: Christian Kandeler --- share/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'share/CMakeLists.txt') diff --git a/share/CMakeLists.txt b/share/CMakeLists.txt index fbdcc991d..e47bd74f0 100644 --- a/share/CMakeLists.txt +++ b/share/CMakeLists.txt @@ -9,7 +9,7 @@ endif() # emulating the same layout we will have after the installation # copy & install python packages -set(_SITE_PACKAGES_DIR ${CMAKE_CURRENT_SOURCE_DIR}/../src/3rdparty/python/lib/python2.7/site-packages/) +set(_SITE_PACKAGES_DIR ${CMAKE_CURRENT_SOURCE_DIR}/../src/3rdparty/python/lib/python3.9/site-packages/) file(GLOB_RECURSE _SITE_PACKAGES_RELATIVE RELATIVE "${_SITE_PACKAGES_DIR}" "${_SITE_PACKAGES_DIR}/*.py") set(_SITE_PACKAGES_SRC ${_SITE_PACKAGES_RELATIVE}) -- cgit v1.2.3