Changeset 1376 for trunk/FindGLEW.cmake

Show
Ignore:
Timestamp:
06/14/08 08:03:18 (5 months ago)
Author:
rexbron
Message:
Location:
trunk
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • trunk

    • Property bzr:revision-id:v3-trunk0 set to
      1373 andrew@aehunter.net-20080614130206-thshu8ln95djpgng
    • Property bzr:file-ids set to
      .bzrignore bzrignore-20080613161045-2n6yxm79gaz9g3on-1
    • Property bzr:ancestry:v3-trunk0 set to
      andrew@aehunter.net-20080613162705-8emncakb7nkknsbj
    • Property bzr:revision-info set to
      timestamp: 2008-06-14 14:02:06.701999903 +0100
      committer: Andrew Hunter <andrew@aehunter.net>
      properties:
      branch-nick: trunk
  • trunk/FindGLEW.cmake

    r1366 r1376  
    2727                 PATHS c:/glew/lib ${COMPILER_PATH}/PlatformSDK/Lib ) 
    2828else( WIN32 ) 
    29    FIND_PATH( GLEW_INCLUDE_DIR gl/glew.h gl/wglew.h 
     29   FIND_PATH( GLEW_INCLUDE_DIR GL/glew.h GL/wglew.h gl/glew.h gl/wglew.h 
    3030              PATHS /usr/local/include /usr/include ) 
    31    SET( GLEW_NAMES glew ) 
     31   SET( GLEW_NAMES glew GLEW ) 
    3232   FIND_LIBRARY( GLEW_LIBRARY 
    3333                 NAMES ${GLEW_NAMES}