aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Karatarakis <alkarata@microsoft.com>2018-03-21 16:42:06 -0700
committerAlexander Karatarakis <alkarata@microsoft.com>2018-03-21 16:42:06 -0700
commita1a322074972b3adf45d22eb2ba1739d6249e34d (patch)
tree2e2dc860fc7ee91fb0733eaddf8d2c5b06b72aad
parent1baa7f16420a359328761b330cdaf58b82b6656c (diff)
downloadvcpkg-a1a322074972b3adf45d22eb2ba1739d6249e34d.tar.gz
vcpkg-a1a322074972b3adf45d22eb2ba1739d6249e34d.zip
[opengl] Fix error message when WindowsSDK cannot be found
-rw-r--r--ports/opengl/portfile.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/opengl/portfile.cmake b/ports/opengl/portfile.cmake
index 6e9e1d14f..3fcca32da 100644
--- a/ports/opengl/portfile.cmake
+++ b/ports/opengl/portfile.cmake
@@ -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}")