mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-07 03:22:27 +02:00
make WINDOW_SDK_PATH debug a status message
This commit is contained in:
parent
c34ad7ceb8
commit
7f9cd572c4
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ if (WIN32)
|
|||
endif ()
|
||||
|
||||
if (DEBUG_DISCOVERED_SDK_PATH)
|
||||
message("The discovered Windows SDK path is ${WINDOW_SDK_PATH}")
|
||||
message(STATUS "The discovered Windows SDK path is ${WINDOW_SDK_PATH}")
|
||||
endif ()
|
||||
|
||||
set(CMAKE_PREFIX_PATH ${CMAKE_PREFIX_PATH} ${WINDOW_SDK_PATH})
|
||||
|
|
Loading…
Reference in a new issue