Skip to content

Commit

Permalink
refactor(vtk): use python instead of python3
Browse files Browse the repository at this point in the history
  • Loading branch information
Curve committed Apr 19, 2024
1 parent 3bf64bb commit 06b3d23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/vtk.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ macro(import_vtk_python)
if(NOT EXISTS "${VIRTUAL_ENV}")
message(STATUS "[ViennaLS] Setting up VTK-Python Environment")

find_program(python-bin python3 REQUIRED)
find_program(python-bin python REQUIRED)
message(STATUS "[ViennaLS] Found Python: ${python-bin}")

execute_process(COMMAND "${python-bin}" -m venv "${VIRTUAL_ENV}")
Expand Down

0 comments on commit 06b3d23

Please sign in to comment.