libftdi Archives

Subject: Re: GIT: CMake problem on the second run

From: Thomas Jarosch <thomas.jarosch@xxxxxxxxxxxxx>
To: libftdi@xxxxxxxxxxxxxxxxxxxxxxx
Date: Thu, 02 Apr 2009 20:41:47 +0200
Hello Uwe,

Uwe Bonnes wrote:
cd libftdi
cmake .
...
-- Build files have been written to: /spare/bon/ftdi/libftdi
make

I never tried an in-tree build of libftdi, out-of-tree builds
are much better as they don't pollute the source tree.

Try something like this:

mkdir build
cd build
cmake ../
make

Hope that helps,
Thomas

--
libftdi - see http://www.intra2net.com/en/developer/libftdi for details.
To unsubscribe send a mail to libftdi+unsubscribe@xxxxxxxxxxxxxxxxxxxxxxx
Current Thread