From 7635739e9ba79a932e5b0e1e708d92eb6ce1ba16 Mon Sep 17 00:00:00 2001 From: SulfurNitride Date: Wed, 29 Apr 2026 01:28:24 -0500 Subject: Finalize Linux build cleanup --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 20e7203..b4b1758 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -207,7 +207,7 @@ if(BUILD_PLUGIN_PYTHON) # If an explicit Python executable was provided (Docker/CI), use it directly. # Otherwise, bootstrap a local venv with uv for source builds. if(NOT DEFINED Python_EXECUTABLE OR NOT Python_EXECUTABLE) - set(_mo2_pyvenv "${CMAKE_SOURCE_DIR}/build/pyvenv") + set(_mo2_pyvenv "${CMAKE_BINARY_DIR}/pyvenv") set(_mo2_pyvenv_python "${_mo2_pyvenv}/bin/python") if(NOT EXISTS "${_mo2_pyvenv_python}") -- cgit v1.3.1