CMake profiles will not be saved when closing CLion

Answered

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.

0
1 comment

Hello!

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.

CMake profiles are project-level settings, not global IDE settings. In other words, CMake profiles are stored per project.

By the way every time I start CLion it will load some ancient project I browsed long long ago instead of recent projects.

Please check if the “Reopen projects on startup” option is enabled in File | Settings | Appearance & Behavior | System Settings.

0

Please sign in to leave a comment.