From b4f925bf9adb47a0eef4b466f7c141e92b888c23 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Thu, 7 Mar 2019 13:53:47 +0100 Subject: [PATCH] modules: GLUT?! nooo. --- modules/FindMagnum.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/FindMagnum.cmake b/modules/FindMagnum.cmake index 317ef9bc3..8fff11425 100644 --- a/modules/FindMagnum.cmake +++ b/modules/FindMagnum.cmake @@ -98,7 +98,7 @@ # # Example usage with specifying additional components is:: # -# find_package(Magnum REQUIRED Trade MeshTools Primitives GlutApplication) +# find_package(Magnum REQUIRED Trade MeshTools Primitives GlfwApplication) # # For each component is then defined: #