trinity-devel@lists.pearsoncomputing.net

Message: previous - next
Month: October 2011

Re: [trinity-devel] cmake macros for tde

From: Werner Joss <werner@...>
Date: Thu, 13 Oct 2011 21:05:45 +0200
On Thursday 13 October 2011 20:44:18 Serghei Amelian wrote:
> > Unknown CMake command "tde_add_library"
> >
> > although TDEMacros.cmake is here:
> > /usr/share/cmake-2.8/Modules/TDEMacros.cmake
>
> include( TDEMacros.cmake )

ok, thanks for the hint !
(had to use
 
include( /usr/share/cmake-2.8/Modules/TDEMacros.cmake )

to get it to work, though.
I suppose
${TDE_INCLUDE_DIR}
is not recognized, somehow..)

werner