1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2025-01-31 20:51:52 +01:00

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
This commit is contained in:
Hans Wennborg 2013-11-22 18:25:43 +00:00
parent 524e7f35de
commit 8a9ba18dda

View File

@ -7,7 +7,7 @@ if (WIN32)
set(prop_file_v120_xp "toolset-vs2013_xp.props") set(prop_file_v120_xp "toolset-vs2013_xp.props")
# CPack will install a registry key in this format that we wish to reference. # 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(VS_VERSION "v100")
set(MSC_VERSION "1600") set(MSC_VERSION "1600")