|
Notes |
|
|
(0014105)
|
|
David Cole
|
|
2008-11-13 18:01
|
|
|
|
|
(0016642)
|
|
Chuck Seberino
|
|
2009-06-04 18:48
|
|
FYI, On my Vista 64 system, the proper registry key for Visual Studio 8.0 is in
"[HKEY_LOCAL_MACHINE\\SOFTWARE\\Wow6432Node\\Microsoft\\VisualStudio\\8.0;InstallDir]/../../VC/redist"
The difference being that there is a 'Wow6432Node' directory between SOFTWARE and Microsoft. I simply added the additional search path to the list like so:
FIND_PATH(MSVC80_REDIST_DIR NAMES ${CMAKE_MSVC_ARCH}/Microsoft.VC80.CRT/Microsoft.VC80.CRT.manifest
PATHS "[HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft\\VisualStudio\\8.0;InstallDir]/../../VC/redist"
"[HKEY_LOCAL_MACHINE\\SOFTWARE\\Wow6432Node\\Microsoft\\VisualStudio\\8.0;InstallDir]/../../VC/redist"
)
Checked against Visual Studio 2005 Pro |
|
|
|
(0025328)
|
|
David Cole
|
|
2011-02-08 12:09
|
|
|
This is long since fixed and merged into the main stream release branches of CMake... |
|
|
|
(0026705)
|
|
David Cole
|
|
2011-06-06 18:25
|
|
|
Closing resolved issues that have not been updated in more than 3 months. |
|