On 24.12.2016 18:56, Ivan Zhakov wrote:
> CMakeCache.txt On 24 December 2016 at 13:36, Branko Čibej
> <br...@apache.org> wrote:
>> 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 .
>>
> I've tried but it didn't work. After further investigation I found
> that out of source tree build doesn't work if MakeCache.txt is present
> in source tree.

Hmm, yes, cmake is "smart" that way. Usually the following works for me:

    'svn cleanup --remove-unversioned --remove-ignored'


-- Brane

Reply via email to