Re: [CMake] Explicit _LIBRARIES and _INCLUDE_DIRS

2013-03-25 Thread Mateusz Loskot
On 23 March 2013 14:29, Alexander Neundorf wrote: > On Friday 22 March 2013, Mateusz Loskot wrote: >> On 22 March 2013 18:01, Sergei Nikulov wrote: >> > 2013/3/22 Mateusz Loskot >> > >> >> I'm trying to build software which uses libE57 library which has >> >> Xerces as dependency. >> >> I build

Re: [CMake] Explicit _LIBRARIES and _INCLUDE_DIRS

2013-03-23 Thread Alexander Neundorf
On Friday 22 March 2013, Mateusz Loskot wrote: > On 22 March 2013 18:01, Sergei Nikulov wrote: > > 2013/3/22 Mateusz Loskot > > > >> I'm trying to build software which uses libE57 library which has > >> Xerces as dependency. > >> I build Xerces too as part of my project and I deploy it in custom

Re: [CMake] Explicit _LIBRARIES and _INCLUDE_DIRS

2013-03-22 Thread Mateusz Loskot
On 22 March 2013 21:25, Andreas Stahl wrote: > Am 22.03.2013 um 16:59 schrieb Mateusz Loskot : >> >> I'm trying to build software which uses libE57 library which has >> Xerces as dependency. >> I build Xerces too as part of my project and I deploy it in custom locations >> and Xerces library has c

Re: [CMake] Explicit _LIBRARIES and _INCLUDE_DIRS

2013-03-22 Thread Mateusz Loskot
On 22 March 2013 18:01, Sergei Nikulov wrote: > 2013/3/22 Mateusz Loskot >> >> I'm trying to build software which uses libE57 library which has >> Xerces as dependency. >> I build Xerces too as part of my project and I deploy it in custom >> locations >> and Xerces library has custom name. >> >>

Re: [CMake] Explicit _LIBRARIES and _INCLUDE_DIRS

2013-03-22 Thread Andreas Stahl
Am 22.03.2013 um 16:59 schrieb Mateusz Loskot : > Hi, > > I'm trying to build software which uses libE57 library which has > Xerces as dependency. > I build Xerces too as part of my project and I deploy it in custom locations > and Xerces library has custom name. > > libE57 provides FindXerc

Re: [CMake] Explicit _LIBRARIES and _INCLUDE_DIRS

2013-03-22 Thread Sergei Nikulov
2013/3/22 Mateusz Loskot > Hi, > > I'm trying to build software which uses libE57 library which has > Xerces as dependency. > I build Xerces too as part of my project and I deploy it in custom > locations > and Xerces library has custom name. > > libE57 provides FindXerces.cmake [1] and I've been

[CMake] Explicit _LIBRARIES and _INCLUDE_DIRS

2013-03-22 Thread Mateusz Loskot
Hi, I'm trying to build software which uses libE57 library which has Xerces as dependency. I build Xerces too as part of my project and I deploy it in custom locations and Xerces library has custom name. libE57 provides FindXerces.cmake [1] and I've been trying to figure out how I can make this m