On 24.12.2016 08:23, Ivan Zhakov wrote:
>>> CMake pollutes working copy with some unrelated files.
>>
>> ...it does? I don't think I've had any pollution with my workflow, since
>> CMake gives you the option to separate the build tree from the source tree.
>> What files do you see showing up?
>>
> I wasn't aware that CMake has an option for separate build tree. How I
> can enable it?

mkdir build
cd build
cmake ..\source
cmake --build .

Reply via email to