diff options
| author | Hans Wennborg <hans@hanshq.net> | 2013-11-22 18:25:43 +0000 |
|---|---|---|
| committer | Hans Wennborg <hans@hanshq.net> | 2013-11-22 18:25:43 +0000 |
| commit | a74768a12a12889b73f0e24c566a0ef92a48dc31 (patch) | |
| tree | 846941ef316384e6a617d151811bff13515e81ea /llvm/tools/msbuild | |
| parent | 6597992c691355d7f3d9fc4b5a277a9e2c837f6e (diff) | |
| download | bcm5719-llvm-a74768a12a12889b73f0e24c566a0ef92a48dc31.tar.gz bcm5719-llvm-a74768a12a12889b73f0e24c566a0ef92a48dc31.zip | |
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.
llvm-svn: 195479
Diffstat (limited to 'llvm/tools/msbuild')
| -rw-r--r-- | llvm/tools/msbuild/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/tools/msbuild/CMakeLists.txt b/llvm/tools/msbuild/CMakeLists.txt index c725ab79e25..08b8aee9788 100644 --- a/llvm/tools/msbuild/CMakeLists.txt +++ b/llvm/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") |

