[CMake] Files not in build dir anymore?

Eric Noulard eric.noulard at gmail.com
Fri Dec 8 14:12:31 EST 2006


Are you sure you do not have any
spurious CMakeCache and/or CMakeFiles dir
in your source tree?

I personnally do not have any trouble with out-of-source build?
What version of CMake do you use?

2006/12/8, Jorgen Bodde <jorgen.maillist at gmail.com>:
> Hi guys,
>
> I noticed that my intermediate files are no longer written to the
> build directory. I do this;
>
> ccmake ../../CMakeLists.txt
>
> And in the past I was sure the files were kept in the current
> directory. Now the intermediate files are always written in the source
> dir. How is the syntax for ccmake to keep the build files in the
> current dir?
>
> When I do ccmake I get;
>
> ccmake version 2.4-patch 5
> Usage
>
>   ccmake <path-to-source>
>   ccmake <path-to-existing-build>
>
> The first will always dump the intermediate files in the source dir,
> the second does not work because there is no cache dir yet.
>
> Thanks,
> - Jorgen
> _______________________________________________
> CMake mailing list
> CMake at cmake.org
> http://www.cmake.org/mailman/listinfo/cmake
>


-- 
Erk


More information about the CMake mailing list