mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 13:31:27 +08:00
[opengl] Fix error message when WindowsSDK cannot be found
This commit is contained in:
parent
1baa7f1642
commit
a1a3220749
@ -16,7 +16,7 @@ else()
|
|||||||
endif()
|
endif()
|
||||||
|
|
||||||
if (NOT EXISTS "${LIBGLFILEPATH}")
|
if (NOT EXISTS "${LIBGLFILEPATH}")
|
||||||
message(FATAL_ERROR "Cannot find Windows ${WINDOWS_SDK} SDK. File does not exist: ${LIBFILEPATH}")
|
message(FATAL_ERROR "Cannot find Windows ${WINDOWS_SDK} SDK. File does not exist: ${LIBGLFILEPATH}")
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
if (NOT EXISTS "${LIBGLUFILEPATH}")
|
if (NOT EXISTS "${LIBGLUFILEPATH}")
|
||||||
|
Loading…
Reference in New Issue
Block a user