mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-11-01 15:11:24 +00: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. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@195479 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
4799cdb81e
commit
cdc675d7ba
@ -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")
|
||||
|
Loading…
Reference in New Issue
Block a user