<div class="gmail_quote">On Thu, Apr 2, 2009 at 7:00 AM, Stephen Collyer <span dir="ltr">&lt;<a href="mailto:scollyer@netspinner.co.uk">scollyer@netspinner.co.uk</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
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.</blockquote><div><br>You can include InstallRequiredSystemFiles for this. See:<br><a href="http://www.cmake.org/cmake/help/cmake2.6docs.html#module:InstallRequiredSystemLibraries">http://www.cmake.org/cmake/help/cmake2.6docs.html#module:InstallRequiredSystemLibraries</a><br>
<br>VS9 support was added to this script and I believe it was first added in CMake 2.6.0<br><br></div></div>-- <br>Philip Lowman<br>