To allow the SDK path choice to user during demosntration configuration.

This commit is contained in:
Aurélien Vialon 2014-08-15 16:59:22 +02:00
parent 25c55d6178
commit c6296e6e14
1 changed files with 2 additions and 2 deletions

View File

@ -118,10 +118,10 @@ if(WIN32)
if ( NOT WIN_SDK_PATH )
MESSAGE("Qt5 on Windows needs Windows SDK.")
FIND_PATH ( WIN_SDK_PATH WIN_SDK_PATH)
endif()
SET(WIN_SDK_PATH ${WIN_SDK_PATH} CACHE FILEPATH "Path to the Windows SDK folder")
SET(CMAKE_LIBRARY_PATH ${CMAKE_LIBRARY_PATH} ${WIN_SDK_PATH})
MESSAGE( STATUS "Windows SDK path : ${WIN_SDK_PATH}")