Re: [CMake] Shared library from ExternalProject

2015-09-17 Thread Tamás Kenéz
> However, that would still not make externals from > a .tar.gz being rebuilt if their archive was changed. Am I right? Yes, you're right, the UPDATE step is available only for git and svn. On Wed, Sep 16, 2015 at 3:22 PM, Tino Mettler wrote: > On Tue, 2015-09-15 at 16:32 +0200, Tamás Kenéz wro

Re: [CMake] Linking with an external project also built with CMake

2015-09-17 Thread Tamás Kenéz
1. There is a (semi-)automatic way: you can export the targets of ExternalLib with install(EXPORT...) from its CMakeLists.txt. In the simplest cases you can use the generated export file as a config module: install(TARGETS ... EXPORT externallib ...) install(EXPORT externallib FILE externa

[CMake] [ANNOUNCE] CMake 3.3.2 available for download

2015-09-17 Thread Robert Maynard
We are pleased to announce that CMake 3.3.2 is now available for download. Please use the latest release from our download page: http://www.cmake.org/download/ Thanks for your support! - Changes in 3.3.2 since 3.3.1: Brad

[CMake] Linking with an external project also built with CMake

2015-09-17 Thread Saad Khattak
Hello, I have a project *ExternalLib* that uses CMake to build its libraries. I then have my own project (separate from the external library) that needs to include ExternalLib's headers and link with its libraries. ExternalLib does not have a find_package module. Since ExternalLib is also built u

Re: [CMake] Need help with COMPILE_DEFINITIONS_

2015-09-17 Thread Carl Poirier
I got a reply on the bug tracker. It's a normal and documented behavior. http://www.cmake.org/cmake/help/v3.3/prop_tgt/COMPILE_DEFINITIONS_CONFIG.html On Thu, Sep 17, 2015 at 10:14 AM, Carl Poirier wrote: > Hi guys, > > Thanks for the information. I opened a bug ticket here >

Re: [CMake] Need help with COMPILE_DEFINITIONS_

2015-09-17 Thread Carl Poirier
Hi guys, Thanks for the information. I opened a bug ticket here . Carl On Mon, Sep 14, 2015 at 4:33 PM, Hendrik Sattler wrote: > > > Am 14. September 2015 22:25:00 MESZ, schrieb Pau Garcia i Quiles < > pgqui...@elpauer.org>: > >Hello, > > > >Have you