New upgrade of PlatformIO created some problems on CLion IDE
Hi all,
it seems that the latest update of PlatformIO created some problems with CLion IDE.
My CMakeListsUser.txt is not working anymore…
How can I tell CLion to
BUILD ALL, CLEAN ALL or UPLOAD ALL my targets?
Thank you!
Please sign in to leave a comment.
At the end I was able to solve it... what I have done...
- When CLion starts it asks if you want to convert to the "new project", answered yes
- Removed CMakeListsUser.txt and CMakeLists.txt
- Removed the backup file folder that CLion creates when converting the project
- Added a CMake configuration that targets "All targets"
Now if I select that configuration, I can build all, clean all, upload all targets by double clicking the corresponding action in the platformio tab.
Love this new enhancements since you can now "Upload and monitor", finally.
Congrats guys, JetBrains tools rocks!!!