Re: [CMake] Explicit NAME_LIBRARIES and NAME_INCLUDE_DIRS

2013-03-25 Thread Mateusz Loskot
On 23 March 2013 14:29, Alexander Neundorf a.neundorf-w...@gmx.net wrote: On Friday 22 March 2013, Mateusz Loskot wrote: On 22 March 2013 18:01, Sergei Nikulov sergey.niku...@gmail.com wrote: 2013/3/22 Mateusz Loskot mate...@loskot.net I'm trying to build software which uses libE57 library

Re: [CMake] Explicit NAME_LIBRARIES and NAME_INCLUDE_DIRS

2013-03-23 Thread Alexander Neundorf
On Friday 22 March 2013, Mateusz Loskot wrote: On 22 March 2013 18:01, Sergei Nikulov sergey.niku...@gmail.com wrote: 2013/3/22 Mateusz Loskot mate...@loskot.net I'm trying to build software which uses libE57 library which has Xerces as dependency. I build Xerces too as part of my

[CMake] Explicit NAME_LIBRARIES and NAME_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

Re: [CMake] Explicit NAME_LIBRARIES and NAME_INCLUDE_DIRS

2013-03-22 Thread Sergei Nikulov
2013/3/22 Mateusz Loskot mate...@loskot.net 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

Re: [CMake] Explicit NAME_LIBRARIES and NAME_INCLUDE_DIRS

2013-03-22 Thread Andreas Stahl
Am 22.03.2013 um 16:59 schrieb Mateusz Loskot mate...@loskot.net: 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

Re: [CMake] Explicit NAME_LIBRARIES and NAME_INCLUDE_DIRS

2013-03-22 Thread Mateusz Loskot
On 22 March 2013 18:01, Sergei Nikulov sergey.niku...@gmail.com wrote: 2013/3/22 Mateusz Loskot mate...@loskot.net 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

Re: [CMake] Explicit NAME_LIBRARIES and NAME_INCLUDE_DIRS

2013-03-22 Thread Mateusz Loskot
On 22 March 2013 21:25, Andreas Stahl andreas.st...@tu-dresden.de wrote: Am 22.03.2013 um 16:59 schrieb Mateusz Loskot mate...@loskot.net: 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