In the course of installation, I want to copy the redistributable C++ runtime libs<br>directory from VS into my deliverable package. However, this should work with<br>both VS8 and VS9. Could someone tell me how I can detect the build environment<br>
and locate the appropriate directory to do this ? For example, if building with <br>VS9 I want to locate the directory:<br><br>C:\Program Files\Microsoft Visual Studio 9.0\VC\redist\x86\Microsoft.VC90.CRT<br clear="all"><br>
I&#39;m guessing that there&#39;s a CMAKE_* variable that allow me to do this,<br>but I&#39;m not sure which.<br> <br>--<br><br>Stephen Collyer<br>