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
CMake finds Python3 if there are both Python2 and Python3. K3D isn't built with Python3 because it has incompatible headers. It can't be fixed with Python_ADDITIONAL_VERSIONS. Maybe it is bug in the FindPythonLibs.
Workaround: edit PYTHON_INCLUDE_DIR and PYTHON_LIBRARY in the CMakeCache.txt.
The text was updated successfully, but these errors were encountered:
CMake finds Python3 if there are both Python2 and Python3. K3D isn't built with Python3 because it has incompatible headers. It can't be fixed with Python_ADDITIONAL_VERSIONS. Maybe it is bug in the FindPythonLibs.
Workaround: edit PYTHON_INCLUDE_DIR and PYTHON_LIBRARY in the CMakeCache.txt.
The text was updated successfully, but these errors were encountered: