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
Right now this project requires a minimum CMake version of 3.1. Since the new release of CMake (3.27), versions < 3.5 are considered deprecated and will be removed in the future.
This is why we should increase the CMake minimum version. I suggest 3.16 as the new minimum as this is the one that ships with Ubuntu 20.04.
Reproduction steps
Configure the project with CMake 3.27 and you'll get the following error:
CMake Deprecation Warning at CMakeLists.txt:1 (cmake_minimum_required):
Compatibility with CMake < 3.5 will be removed from a future version of
CMake.
Update the VERSION argument <min> value or use a ...<max> suffix to tell
CMake that the project does not need compatibility with older versions.
Expected vs. actual results
No cmake warning shows up.
Minimal code example
No response
Error messages
No response
Compiler and operating system
MSVC on Windows
Library version
master
Validation
The bug also occurs if the latest version from the develop branch is used.
Description
Right now this project requires a minimum CMake version of 3.1. Since the new release of CMake (3.27), versions < 3.5 are considered deprecated and will be removed in the future.
This is why we should increase the CMake minimum version. I suggest 3.16 as the new minimum as this is the one that ships with Ubuntu 20.04.
Reproduction steps
Configure the project with CMake 3.27 and you'll get the following error:
Expected vs. actual results
No cmake warning shows up.
Minimal code example
No response
Error messages
No response
Compiler and operating system
MSVC on Windows
Library version
master
Validation
develop
branch is used.The text was updated successfully, but these errors were encountered: