[CMake] Possible bug: config_OUTPUT_NAME not used as target property LOCATION

2006-05-16 Thread Laurentiu Nicolae
Hi cmake hackers, My project requires the generation of DLLs and executables with different postfixes for different configurations. Therefore I am setting the config_OUTPUT_NAME accordingly. However, when I try to add a post-build step to the build (as described in the manual), the LOCATION

Re: [CMake] Possible bug: config_OUTPUT_NAME not used as target property LOCATION

2006-05-16 Thread Brad King
Laurentiu Nicolae wrote: My project requires the generation of DLLs and executables with different postfixes for different configurations. Therefore I am setting the config_OUTPUT_NAME accordingly. However, when I try to add a post-build step to the build (as described in the manual), the