-
Notifications
You must be signed in to change notification settings - Fork 464
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to set the default cmake_minimum_required
version in QuickStart command
#3793
Comments
@LiuZengqiang Thank you for your GitHub issue! You can fix this by manually modifying the code “ Please feel free if you have any questions and doubt! |
@Yingzi1234 Thanks for your reply. However, I'm too lazy to modify it manually 😂. Specifying the CMake version in the configuration file of cmake-tools once and for all might be a better solution. |
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, thecmake_minimum_required
is3.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 thecmake_minimum_requied
is3.20.0
or other user defined version?CMake Tools Diagnostics
No response
Debug Log
No response
Additional Information
No response
The text was updated successfully, but these errors were encountered: