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
{{ message }}
This repository was archived by the owner on Dec 19, 2025. It is now read-only.
CMake Error at external/pybind11/CMakeLists.txt:8 (cmake_minimum_required):
Compatibility with CMake < 3.5 has been removed from CMake.
Update the VERSION argument <min> value. Or, use the <min>...<max> syntax
to tell CMake that the project requires at least <min> but has been updated
to work with policies introduced by <max> or earlier.
Or, add -DCMAKE_POLICY_VERSION_MINIMUM=3.5 to try configuring anyway.
I'm not proficient in CMake, so will line 8 in external/pybind11/CMakeLists.txt:8 be enough to fix the issue?
When I run the steps from the pykokkos install instructions
I get the error
I'm not proficient in CMake, so will line 8 in
external/pybind11/CMakeLists.txt:8be enough to fix the issue?