[CMake] rebuild

2011-04-15 Thread Jesse Werner
I have a visual studio 2010 solution that I create with cmake. I have about 10 projects in the solution. Nine of these are open source libraries im using. The 10th is obviously the project I am currently working on. When I do a rebuild, it takes several minutes because it recompiles all the 3rd par

Re: [CMake] Post-Build commands on custom targets are always executed?

2011-04-15 Thread Oliver Buchtala
Am 15.04.2011 23:48, schrieb Michael Hertling: > On 04/15/2011 11:22 PM, Oliver Buchtala wrote: >> Hi, >> >> I observe that a custom command attached to a custom target as >> POST-BUILD is launched on every build. >> Is that true? or is it a misconfiguration on my side? >> >> Bye, >> Oliver > A cus

Re: [CMake] Post-Build commands on custom targets are always executed?

2011-04-15 Thread Michael Hertling
On 04/15/2011 11:22 PM, Oliver Buchtala wrote: > Hi, > > I observe that a custom command attached to a custom target as > POST-BUILD is launched on every build. > Is that true? or is it a misconfiguration on my side? > > Bye, > Oliver A custom target is always out of date, i.e. it is always rebu

[CMake] Post-Build commands on custom targets are always executed?

2011-04-15 Thread Oliver Buchtala
Hi, I observe that a custom command attached to a custom target as POST-BUILD is launched on every build. Is that true? or is it a misconfiguration on my side? Bye, Oliver ___ Powered by www.kitware.com Visit other Kitware open-source projects at htt

[CMake] Extended path for imported .proto files in the FindProtobuf module

2011-04-15 Thread Miroslav Kes
Hi, The current implementation (as of 2.3.8) of the FindProtobuf module implicitly assumes that the imported .proto files are located only in the ${CMAKE_CURRENT_SOURCE_DIR}. This may not be true for more complex source directory structure. The attached patch allows users to override the de

Re: [CMake] CDash Dynamic Analysis

2011-04-15 Thread Mika . Rajala
Hi This doesn't seem to be very easy, fun or well documented. I'v resolved to looking aroung the CTest source code to see what is going on. >From what I'v found out, there seems to be some syntax to what the defect list contains! I'm not certain if this is the easy way through, but it

[CMake] RPATH on Mac

2011-04-15 Thread tog
Dear all I have a project in which I would like to use rpath on Mac OS. Everything is going fine if I am building everything manually (i.e. without CMake) With CMake all is fine for the libs between the build and the installation, all libs are processed with install_name_tool. But nothing is done