-
Notifications
You must be signed in to change notification settings - Fork 55
Closed
Description
With CMake 3.22.1, when generating the project, CMake now outputs the following:
C:\code\cppdap\build>cmake ..
CMake Deprecation Warning at CMakeLists.txt:16 (cmake_minimum_required):
Compatibility with CMake < 2.8.12 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.
The current min version is set to 2.8. Can we bump it to 2.8.12 to get rid of this warning?
Metadata
Metadata
Assignees
Labels
No labels