[Cmake-commits] CMake branch, master, updated. 5fd87f6d1a5df1fb153f054f0101cf67bdea43b6
cmake-commits at cmake.org
cmake-commits at cmake.org
Tue May 4 10:46:03 EDT 2010
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "CMake".
The branch, master has been updated
via 5fd87f6d1a5df1fb153f054f0101cf67bdea43b6 (commit)
from 67277bacca15047405a1185d2271ba81b553bdae (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=5fd87f6d1a5df1fb153f054f0101cf67bdea43b6
commit 5fd87f6d1a5df1fb153f054f0101cf67bdea43b6
Author: Bill Hoffman <bill.hoffman at kitware.com>
Date: Tue May 4 09:50:33 2010 -0400
Fix for bug #10670, add another location to find MSBuild.
diff --git a/Modules/CMakeVS10FindMake.cmake b/Modules/CMakeVS10FindMake.cmake
index 360476c..460de25 100644
--- a/Modules/CMakeVS10FindMake.cmake
+++ b/Modules/CMakeVS10FindMake.cmake
@@ -16,6 +16,7 @@
FIND_PROGRAM(CMAKE_MAKE_PROGRAM
NAMES MSBuild
HINTS
+ [HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft\\VisualStudio\\10.0\\Setup\\VS;ProductDir]
"$ENV{SYSTEMROOT}/Microsoft.NET/Framework/[HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft\\VisualStudio\\10.0;CLR Version]/"
"c:/WINDOWS/Microsoft.NET/Framework/[HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft\\VisualStudio\\10.0;CLR Version]/"
"$ENV{SYSTEMROOT}/Microsoft.NET/Framework/[HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft\\VCExpress\\10.0;CLR Version]/"
-----------------------------------------------------------------------
Summary of changes:
Modules/CMakeVS10FindMake.cmake | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
hooks/post-receive
--
CMake
More information about the Cmake-commits
mailing list