Re: [CMake] automatic install of targets

2008-11-19 Thread Jan Wurster
Hi everyone, > Since dependency handling seemingly has been improved in cmake 2.6.2, > the probably correct behaviour now means that a project that gets > added by add_subdirectory now is installed while it's not actually > built yet, leading to a post-build error. This is especially true for

[CMake] automatic install of targets

2008-11-17 Thread Jan Wurster
Hi everyone, Working on a project on the slightly larger side of things I'm in a situation where I need to support mainly Visual Studio builds. While switching to cmake 2.6.2, we've been experiencing an issue in a macro definition we use to automatically install a target in its post-build phase.