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


_______________________________________________
CMake mailing list
CMake@cmake.org
http://www.cmake.org/mailman/listinfo/cmake

Reply via email to