Re: [PATCH 1/1] cmake: do not check for g++ when FTDIPP is disabled

2020-01-20 Thread Thomas Jarosch
Hi Fabrice, You wrote on Thu, Jan 16, 2020 at 11:46:24PM +0100: > > Without the patch compilation is fine, tried -DFTIPP=ON and -DFTDIPP=OFF. > > > > Any idea how to proceed here? > I found the issue, it is due to EXAMPLES that also require C++. > As a result, the project statement must be moved f

Re: [PATCH] Fix typos

2020-01-20 Thread Thomas Jarosch
Hi Yegor, You wrote on Thu, Jan 16, 2020 at 08:44:48AM +0100: > > From: Yegor Yefremov > > > > Signed-off-by: Yegor Yefremov > > --- > > cmake/FindConfuse.cmake | 2 +- > > examples/async.c| 4 ++-- > > examples/serial_test.c | 2 +- > > examples/stream_test.c | 4 ++-- > > ftdipp/CMa