CMake profiles will not be saved when closing CLion
已回答
Ubuntu 22.04 desktop and CLion 2024.2.2
I created many cmake profiles in `Build, Execution, Deployment → CMake` and they worked well, but what annoying is that every time I restart CLion those profiles missed and I must recreate them.
By the way every time I start CLion it will load some ancient project I browsed long long ago instead of recent projects.
请先登录再写评论。
Hello!
CMake profiles are project-level settings, not global IDE settings. In other words, CMake profiles are stored per project.
Please check if the “Reopen projects on startup” option is enabled in
File | Settings | Appearance & Behavior | System Settings
.