diff options
| -rw-r--r-- | ports/opengl/portfile.cmake | 2 |
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}") |
