intel / intel/intel-graphics-compiler
Debian Testing compatibility with CMake < 3.5 has been removed from CMake
Open
- Dominant language
- C++
- Stars
- 718
- Forks
- 191
- PR merge metrics
- No merged PRs in 30d
Description
```
CMake Error at external/SPIRV-Tools/CMakeLists.txt:9 (cmake_minimum_required):
Compatibility with CMake < 3.5 has been removed from CMake.
Update the VERSION argument value. Or, use the ... syntax
to tell CMake that the project requires at least but has been updated
to work with policies introduced by or earlier.
Or, add -DCMAKE_POLICY_VERSION_MINIMUM=3.5 to try configuring anyway.
```
CMake minimum version is deprecated, it is necessary to increase minimum version for assembly on modern version Debian distro.
Contributor guide
Assessment
This issue has not been assessed yet.