Advertisement
Guest User

patch for FindGLFW to find glfw2

a guest
Jan 15th, 2015
238
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Diff 0.44 KB | None | 0 0
  1. --- src/vsxu/cmake/modules/FindGLFW.cmake   2015-01-15 19:20:55.346344872 +0900
  2. +++ src/vsxu/cmake/modules/FindGLFW.cmake.new   2015-01-15 19:36:13.901534783 +0900
  3. @@ -35,7 +35,7 @@
  4.  )
  5.  
  6.  FIND_LIBRARY(GLFW_LIBRARY DOC "Absolute path to GLFW library."
  7. -  NAMES glfw GLFW.lib
  8. +  NAMES glfw2 GLFW.lib
  9.    HINTS
  10.    $ENV{GLFW_ROOT}
  11.    PATH_SUFFIXES lib/win32 #For finding the library file under the root of the glfw expanded archive, typically on Windows.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement