mirror of
https://github.com/PixarAnimationStudios/OpenSubdiv
synced 2024-12-22 16:00:07 +00:00
Merge pull request #196 from Nazg-Gul/blender-fixes
Make FindGLEW aware of multiarch on linux systems
This commit is contained in:
commit
bcae4eff4e
@ -78,6 +78,7 @@ if (${CMAKE_HOST_UNIX})
|
||||
$ENV{GLEW_LOCATION}/lib
|
||||
/usr/lib64
|
||||
/usr/lib
|
||||
/usr/lib/${CMAKE_LIBRARY_ARCHITECTURE}
|
||||
/usr/local/lib64
|
||||
/usr/local/lib
|
||||
/sw/lib
|
||||
|
Loading…
Reference in New Issue
Block a user