Changing the default settings for Cmake configuration in CLion

In the settings of CLion CMake appears only in the Assembly, execution, deployment in accordance with the specific settings of the project. It does not exist in the Default Settings section . Is there a way to specify a universal CMake configuration so that it is available to all projects by default for current and all future projects, unless otherwise specified?

For example, let's say I want to set the Generation path of all projects to the default build location. Instead of manually editing the project settings for each project to enable this, is there a way around the default setting?

Try to provide a solution that only affects the local environment.

+4
source share

Source: https://habr.com/ru/post/1674261/


All Articles