Always have to manual re-exclude cmake-build-dir

 
I always have to re-exclude cmake  build directories, like `cmake-build-debug`.

And I could not directly exclude them, I have to exclude any other folder first, then undo.

Why?

The phucking `cmake-build-debug` becomes non-excluded every time I (re-)open CLion.

 

The version of the shit CLion:

 

0

Hello!

Please show the screenshot of your CMake profile (File | Settings | Build, Execution, Deployment | CMake).

0

BTW, its happens to all my projects after recent updates.

it was OK for years!

0
  1. What is the "cmake" directory in your first screenshot? Where does it come from and what is its purpose?
  2. Please do `Tools | CMake | Reset Cache and Reload Project`. What directory is mentioned in the command from the CMake tool window after `-B` (e.g. <...>/cmake -DCMAKE_BUILD_TYPE=Debug <...> -B /Users/user/CLionProjects/untitled/cmake-build-debug)?
0

请先登录再写评论。