[Cmake] CMake, first steps

Otto Wyss otto . wyss at orpatec . ch
Wed, 23 Jul 2003 20:44:03 +0200


> The Source directory is the directory that contains the source
> for the project.  This directory should contain the top level
> CMakelists.txt file for your project.   The Binary directory is
> the directory that the software will be built in.  This is the directory
> that will contain the .dsp/makefile/.vcproj files.   It can be the
> same as the Source directory, although it is recommended that a different
> directory be used.   I would recommend that you remove the CMakeCache.txt
> file from your Source directory and start over.
> 
Thanks all for the answers. I've now tried almost any possible
combination of directories ranging from all the same to each different
and I still get this silly message. I've spend now a full evening for
something which IMO shouldn't take longer than a few minutes. Sorry I'm
giving up. I may try again in the future when this killer is somehow solved.

O. Wyss

-- 
See "http://wxguide . sourceforge . net/" for ideas how to design your app.