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. Anyway, now this issue is resolved. I still getting error when I try to build expat tests.
-- Ivan Zhakov