mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 11:21:38 +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()
|
||||
|
||||
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()
|
||||
|
||||
if (NOT EXISTS "${LIBGLUFILEPATH}")
|
||||
|
Loading…
Reference in New Issue
Block a user