[opengl] Fix error message when WindowsSDK cannot be found

This commit is contained in:
Alexander Karatarakis 2018-03-21 16:42:06 -07:00
parent 1baa7f1642
commit a1a3220749

View File

@ -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}")