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
Modules like FindPythonLibs [1] or FindPythonInterp are deprecated starting with version of CMake 3.12.
From this version on, FindPython should be used.
Modules like FindPythonLibs [1] or FindPythonInterp are deprecated starting with version of CMake 3.12.
From this version on, FindPython should be used.
[1] - https://cmake.org/cmake/help/git-master/module/FindPythonLibs.html
The text was updated successfully, but these errors were encountered: