Re: [CMake] retreiving the libraries the maven way?

2013-01-15 Thread Andreas Haferburg
CMake doesn't support this out of the box. For most library dependencies, it's not even possible to retrieve their version, because either the FindXYZ scripts aren't written properly, or because the library doesn't provide it in the first place. Every library and every Find script does things

[CMake] retreiving the libraries the maven way?

2013-01-14 Thread Nicolas Herbaut
Hello, I started working on a new c++ project comming back after 4+ years of java coding. For java, I use nexus, which is a binary repository server, that provides an nice REST API that allows clients to download dependencies by providing the library name and a target version. I'm

Re: [CMake] retreiving the libraries the maven way?

2013-01-14 Thread Andreas Pakulat
Hi, On Mon, Jan 14, 2013 at 9:17 AM, Nicolas Herbaut n.herb...@progexia.net wrote: I started working on a new c++ project comming back after 4+ years of java coding. For java, I use nexus, which is a binary repository server, that provides an nice REST API that allows clients to download