← Back to team overview

cuneiform team mailing list archive

Re: problem with cmake

 

On Tue, Dec 30, 2008 at 1:38 PM, Jean-Louis Cordonnier
<jlcord2@xxxxxxxxxx> wrote:

> To build cuneiform, I did :
>
> mkdir builddir
> cd builddir
> cmake -DCMAKE_BUILD_TYPE=debug ..
>
> I got a error notification =
> In-tree build attempt detected, aborting. Set your build dir outside your source dir and try again.
>
> I cannot find why. Can somebody help ?

CMake generates a CMakeCache.txt file in your build directory. In it
are two rows that say something like this:

cuneiform_BINARY_DIR:STATIC=<path to somewhere>
cuneiform_SOURCE_DIR:STATIC=<path to somewhere>

What values are they set to in your build tree?