vscode-cmake-tools
vscode-cmake-tools copied to clipboard
How to set the default ``cmake_minimum_required`` version in QuickStart command
Brief Issue Summary
How to set the default cmake_minimum_required version in QuickStart command?
When using "QuickStrat", there will be created a default CMakeLists.txt
file, the cmake_minimum_required
is 3.0.0
in this file.
It will create a warning of "(cmake_minimum_required):Compatibility with CMake < 3.5 will be removed from a future version of CMake."
, how to set the cmake_minimum_requied
is 3.20.0
or other user defined version?
CMake Tools Diagnostics
No response
Debug Log
No response
Additional Information
No response