[cmake] Update supported cmake version #619
Labels
accepted
The issue/feature is confirmed and going to be implemented
build
A request to change/fix/improve the build system
documentation
A request to change/fix/improve the documentation
Summary
Version of supported cmake shall be updated.
Observed behavior
When building with cmake 3.22.x build fails with error:
CMake Error at src/CMakeLists.txt:47 (set_target_properties): INTERFACE_LIBRARY targets may only have whitelisted properties. The property "DEPRECATION" is not allowed.
Updating cmake to 3.25.x solves the issue.
The text was updated successfully, but these errors were encountered: