Skip to content

Commit 9b9d34e

Browse files
committed
Set proper path
1 parent 762a369 commit 9b9d34e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,9 +95,9 @@ if(LINUX)
9595
if(${DISTRO_ID_LIKE} MATCHES "rhel|centos")
9696
set(RHEL_BUILD ON)
9797
set(LIB_DIR "lib64")
98-
set(PY_INSTALL_PATH "/opt/_internal/cpython-3.12.3/lib/python3.12/site-packages")
98+
set(PY_INSTALL_PATH "/opt/_internal/cpython-3.12.1/lib/python3.12/site-packages")
9999
if(${CMAKE_SYSTEM_PROCESSOR} MATCHES "x86_64")
100-
set(LIBTORCH_LIBS_PATH "/opt/_internal/cpython-3.12.3/lib")
100+
set(LIBTORCH_LIBS_PATH "/opt/_internal/cpython-3.12.1/lib")
101101
endif(${CMAKE_SYSTEM_PROCESSOR} MATCHES "x86_64")
102102
endif(${DISTRO_ID_LIKE} MATCHES "rhel|centos")
103103
endif(LINUX)

0 commit comments

Comments
 (0)