CLion 2020.2 can't load a large CMake project, saying that "CMake project is not loaded"
已回答
How to reproduce
- git clone https://github.com/ceph/ceph
- Open it in CLion

I tried to click "Load CMake project", but nothing changed.
I guess CLion is indexing the files.
But I could load it with the previous version of CLion.
Is this a desired behavior for CLion 2020.2 ? or a bug?
请先登录再写评论。
Hello!
Sounds like this regression - https://youtrack.jetbrains.com/issue/CPP-21654. The fix is currently in testing and we do hope to release a fix in the upcoming 2020.2.1. Please comment or upvote the issue in order to get updates. See https://intellij-support.jetbrains.com/hc/en-us/articles/207241135-How-to-follow-YouTrack-issues-and-receive-notifications if you are not familiar with YouTrack.
Meanwhile you can install CLion 2020.1.3 (https://www.jetbrains.com/clion/download/other.html) which doesn't have this bug.
Actually we had difficulty reproducing the problem, so thank you very much for providing the project! We will use it for testing too.
I've encountered the same issue (working on Ceph). Switching to VS-code until 2020.2.1...