Re: [CMake] add_custom_command, POST_BUILD

2016-06-02 Thread Vladimir Chebotarev
n Jun 1, 2016, Magnus Therning wrote: > >Vladimir Chebotarev writes: > >> Hi there. >> >> At the moment one can add a command executing after a build of a >target >> using: >> add_custom_command(... POST_BUILD...) >> >> However if the command

[CMake] add_custom_command, POST_BUILD

2016-06-01 Thread Vladimir Chebotarev
Hi there. At the moment one can add a command executing after a build of a target using: add_custom_command(... POST_BUILD...) However if the command have a dependencies which build after the target, there is practically no way to specify it. Simple case: we have a library and tests for it. E.g.

Re: [CMake] link_directories issue, cmake 2.8.5

2011-11-25 Thread Vladimir Chebotarev
On Fri, Nov 25, 2011 at 01:33:49PM +0100, Andreas Pakulat wrote: > On 25.11.11 15:06:02, Vladimir Chebotarev wrote: > > Actually, I already have normalized the path by myself, using > > get_filename_component, > > and everything is ok at the moment. > > Original messa

Re: [CMake] link_directories issue, cmake 2.8.5

2011-11-25 Thread Vladimir Chebotarev
Hi, Michael. On Fri, Nov 25, 2011 at 03:37:38AM +0100, Michael Hertling wrote: > On 11/23/2011 05:39 PM, Vladimir Chebotarev wrote: > > I've just found an issue with link_directories and cmake 2.8.5. > > If I give an absolute but not normalized path like > > c:/bla

[CMake] link_directories issue, cmake 2.8.5

2011-11-23 Thread Vladimir Chebotarev
Hello. I've just found an issue with link_directories and cmake 2.8.5. If I give an absolute but not normalized path like c:/bla-bla-bla/../bla/bla as its argument (with default CMP0015), cmake thinks it is relative path and shows a warning about explicitly undefined policy. Also it normalizes pa

[CMake] Anybody succeeded with VS/NASM?

2011-10-17 Thread Vladimir Chebotarev
Hi. I'm trying to compile .cpp file along with .asm on Visual Studio. It correctly finds NASM assembler, but .asm file seems not to be included to build. Have tried VS 2005 and 2010, cmake 2.8.6 and 2.8.6-20111015. It works on linux/make generators of course. -- Best Regards, Vladimir. -- Pow

[CMake] cdash<->ctest, label property

2009-07-13 Thread Vladimir Chebotarev
Hello! I've just realized, that following thing doesn't work: CDash 1.4 New features Support for labels on builds, tests, coverage files * use CVS CMake/CTest and set target, test or source file property LABELS ...because there is no CTest code, which provide that information to CDash. I l