diff options
| author | SulfurNitride <SulfurNitride@users.noreply.github.com> | 2026-04-29 01:28:24 -0500 |
|---|---|---|
| committer | SulfurNitride <SulfurNitride@users.noreply.github.com> | 2026-04-29 01:28:24 -0500 |
| commit | 7635739e9ba79a932e5b0e1e708d92eb6ce1ba16 (patch) | |
| tree | 95584b453d35f812534ff40ab17009b9a5e0c89e /CMakeLists.txt | |
| parent | e0f6eb0d84411fc93fba84ed5ecb38f78513e67b (diff) | |
Finalize Linux build cleanup
Diffstat (limited to 'CMakeLists.txt')
| -rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
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}") |
