[CMake] purify targets

Juan Sanchez Juan.Sanchez at amd.com
Thu Oct 11 11:50:21 EDT 2007


To clarify my question, should I expect changing
CMAKE_CXX_LINK_EXECUTABLE to apply to both targets in the example below?

This is cmake 2.4.7.

Regards,

Juan

Juan Sanchez wrote:
> Hello,
> 
> Is it possible to build both purify and non purify targets by changing
> CMAKE_CXX_LINK_EXECUTABLE?  Unfortunately the following example purify's
> both binaries.
> 
> ADD_EXECUTABLE(hello helloworld.cc)
> SET (CMAKE_CXX_LINK_EXECUTABLE "purify -cache-dir=/tmp
> ${CMAKE_CXX_LINK_EXECUTABLE}")
> ADD_EXECUTABLE(hello.purify helloworld.cc)
> 
> Thanks,
> 
> Juan




More information about the CMake mailing list