From cc6e7573c9fc93702ff38bf930d3c7145a04af99 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Sat, 12 Oct 2019 15:42:52 +0200 Subject: [PATCH] modules: look for glfw3dll as well. Upstreamed from a vcpkg patch. --- modules/FindGLFW.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/FindGLFW.cmake b/modules/FindGLFW.cmake index 2e67547a2..ec07e8612 100644 --- a/modules/FindGLFW.cmake +++ b/modules/FindGLFW.cmake @@ -65,7 +65,7 @@ if(TARGET glfw) endif() # In case no config file was found, try manually finding the library. -find_library(GLFW_LIBRARY NAMES glfw glfw3) +find_library(GLFW_LIBRARY NAMES glfw glfw3 glfw3dll) # Include dir find_path(GLFW_INCLUDE_DIR