You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The build picks Python at random, ignoring configure args like -DPYTHON_EXECUTABLE=, -DPYTHON3_EXECUTABLE= and whatever I tried so far.
This is rather a CMake bug, but maybe a configure option can be provided to select a specific Python rather than relying on a defunct CMake module?
See, for instance: https://gitlab.kitware.com/cmake/cmake/-/issues/23139
The text was updated successfully, but these errors were encountered:
The build picks Python at random, ignoring configure args like
-DPYTHON_EXECUTABLE=
,-DPYTHON3_EXECUTABLE=
and whatever I tried so far.This is rather a CMake bug, but maybe a configure option can be provided to select a specific Python rather than relying on a defunct CMake module?
See, for instance: https://gitlab.kitware.com/cmake/cmake/-/issues/23139
The text was updated successfully, but these errors were encountered: