From 8d4fa320a6c0fd1f0da436b4c3cfdc836fb71c59 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Tue, 7 Apr 2020 19:56:33 +0200 Subject: [PATCH] Platform: fix a comment. --- src/Magnum/Platform/WindowlessWindowsEglApplication.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Magnum/Platform/WindowlessWindowsEglApplication.h b/src/Magnum/Platform/WindowlessWindowsEglApplication.h index 694f44dd2..02a04410f 100644 --- a/src/Magnum/Platform/WindowlessWindowsEglApplication.h +++ b/src/Magnum/Platform/WindowlessWindowsEglApplication.h @@ -242,7 +242,7 @@ This application library is built if `WITH_WINDOWLESSWINDOWSEGLAPPLICATION` is enabled when building Magnum. To use this library from CMake, put [FindEGL.cmake](https://github.com/mosra/magnum/blob/master/modules/FindEGL.cmake) into your `modules/` directory, request the `WindowlessWindowsEglApplication` component of the `Magnum` package and link to the -`Magnum::WindowlessGlxApplication` target: +`Magnum::WindowlessWindowsEglApplication` target: @code{.cmake} find_package(Magnum REQUIRED)