diff options
author | David Cole <david.cole@kitware.com> | 2011-01-13 16:37:14 (GMT) |
---|---|---|
committer | David Cole <david.cole@kitware.com> | 2011-01-13 18:08:59 (GMT) |
commit | fc144924a0782b37c320378ac76482f0534c7530 (patch) | |
tree | ce8bf7c701543884b5fc3eb24386e2a276e408a4 /Modules/FindosgTerrain.cmake | |
parent | f5b43f59de71b9d6954532d484bf19719e5d1157 (diff) | |
download | CMake-fc144924a0782b37c320378ac76482f0534c7530.zip CMake-fc144924a0782b37c320378ac76482f0534c7530.tar.gz CMake-fc144924a0782b37c320378ac76482f0534c7530.tar.bz2 |
VS10: Fix problems with InstallRequiredSystemLibraries.
Thanks to "J Decker" on the CMake mailing list for pointing out
that one of the MSVC10_CRT_DIR settings was using "VC90" instead
of "VC100".
After fixing that, I added the code to generate a CMake warning
if one of the files we think is "required" does not exist.
Then, with VS10, there were several other problems that the
warning revealed:
- MSVC10_REDIST_DIR needed more PATHS to be found correctly
- the 64-bit directory is named "x64" now, not "amd64" as in
previous VS versions
- manifest files no longer exist as separate files in the
redist subdirectories (they must be built-in as resources
to the dlls...?)
Diffstat (limited to 'Modules/FindosgTerrain.cmake')
0 files changed, 0 insertions, 0 deletions