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
Not searching for unused variables given on the command line.
CMake Error at CMakeLists.txt:17 (cmake_minimum_required):
CMake 3.22.1 or higher is required. You are running version 3.20.2
-- Configuring incomplete, errors occurred!
Traceback (most recent call last):
File "/sdf/home/s/seshu/cunumeric-cpu/lib/python3.9/site-packages/skbuild/setuptools_wrap.py", line 666, in setup env = cmkr.configure(
File "/sdf/home/s/seshu/cunumeric-cpu/lib/python3.9/site-packages/skbuild/cmaker.py", line 357, in configure
raise SKBuildError(msg)
An error occurred while configuring with CMake.
Command:
/usr/bin/cmake3 /sdf/home/s/seshu/cunumeric-cpu/legate.core...
The text was updated successfully, but these errors were encountered:
install.py is not passing cmake_exe to scikit-build, which results in that part of the build process using the wrong cmake.
I can see it still calls /usr/bin/cmake3:
The text was updated successfully, but these errors were encountered: