Auto generated configuration

Answered

Hi,

Recently CLion 2021.1.1 received the capability to share CMake configurations which is a great improvement.
CLion currently detects all CMake targets (including custom targets) and adds them to the configuration list as well.

For some projects, this list might become very long with some "side" targets.
Is there a way to control this list - meaning to prevent some targets to be added or share the modified list?

Best Regards,
Alon Leibman

0
1 comment

Hello!

There is no way to prevent some targets to be added. And configurations are shared one by one, not as a list - https://www.jetbrains.com/help/clion/run-debug-configuration.html#share-configurations

0

Please sign in to leave a comment.