mirror of https://github.com/CGAL/cgal
To allow the SDK path choice to user during demosntration configuration.
This commit is contained in:
parent
25c55d6178
commit
c6296e6e14
|
|
@ -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}")
|
||||
|
|
|
|||
Loading…
Reference in New Issue