Hi Hugo,

> -----Original Message-----
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On
> Behalf Of Hugo Heden
> Sent: Thursday, November 20, 2008 10:51 AM
> Is there any way that I can add 'install' dependency to the 'test'-
> target?

 Maybe it isn't relevant to your specific needs - but I found I could
solve a problem where I needed the 'install' phase completed by adding

 SET (CTEST_BUILD_TARGET "INSTALL")

 for the actual build in the ctest script driving our nightly builds.
Therefore targets get installed before the actual test phase.

 I've found this in a closed feature request for an explicit
CTEST_INSTALL command .. 

 Best regards,
-.jan.-


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

Reply via email to