summaryrefslogtreecommitdiff
path: root/tools/msbuild
diff options
context:
space:
mode:
authorHans Wennborg <hans@hanshq.net>2013-11-22 18:25:43 +0000
committerHans Wennborg <hans@hanshq.net>2013-11-22 18:25:43 +0000
commitcdc675d7ba19638c82172ffab39ca69084552936 (patch)
tree891b9e3e21b65ee17aa91dd1f25091a33d888fa9 /tools/msbuild
parent4799cdb81ef26645292d7183cdcd81946d76353c (diff)
downloadllvm-cdc675d7ba19638c82172ffab39ca69084552936.tar.gz
llvm-cdc675d7ba19638c82172ffab39ca69084552936.tar.bz2
llvm-cdc675d7ba19638c82172ffab39ca69084552936.tar.xz
VS integration: use the correct registry key after r195379
I changed the registry key in that commit, but forgot to update the integration files. This change makes them use the same variable. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@195479 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools/msbuild')
-rw-r--r--tools/msbuild/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/msbuild/CMakeLists.txt b/tools/msbuild/CMakeLists.txt
index c725ab79e2..08b8aee978 100644
--- a/tools/msbuild/CMakeLists.txt
+++ b/tools/msbuild/CMakeLists.txt
@@ -7,7 +7,7 @@ if (WIN32)
set(prop_file_v120_xp "toolset-vs2013_xp.props")
# CPack will install a registry key in this format that we wish to reference.
- set(REG_KEY "${CMAKE_PROJECT_NAME} ${CPACK_PACKAGE_VERSION}")
+ set(REG_KEY "${CPACK_PACKAGE_INSTALL_REGISTRY_KEY}")
set(VS_VERSION "v100")
set(MSC_VERSION "1600")