mirror of
https://github.com/overte-org/overte.git
synced 2025-04-08 08:14:48 +02:00
Changing the path to the win sdk to x64
This commit is contained in:
parent
a7a924153a
commit
8497931cb4
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ if (WIN32)
|
|||
if (MSVC10)
|
||||
set(WINDOW_SDK_PATH "C:\\Program Files\\Microsoft SDKs\\Windows\\v7.1 ")
|
||||
elseif (MSVC12)
|
||||
set(WINDOW_SDK_PATH "C:\\Program Files (x86)\\Windows Kits\\8.1\\Lib\\winv6.3\\um\\x86 ")
|
||||
set(WINDOW_SDK_PATH "C:\\Program Files (x86)\\Windows Kits\\8.1\\Lib\\winv6.3\\um\\x64 ")
|
||||
endif ()
|
||||
message (WINDOW_SDK_PATH= ${WINDOW_SDK_PATH})
|
||||
set(CMAKE_PREFIX_PATH ${CMAKE_PREFIX_PATH} ${WINDOW_SDK_PATH})
|
||||
|
|
Loading…
Reference in a new issue