intel / intel/intel-graphics-compiler

Debian Testing compatibility with CMake < 3.5 has been removed from CMake

Open
#377 0 comments 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.