mirror of
https://github.com/PixarAnimationStudios/OpenSubdiv
synced 2024-11-24 12:30:17 +00:00
Merge pull request #105 from aras-p/master
Fix GLFW finding on OSX when location is in environment variable
This commit is contained in:
commit
4818e65228
@ -132,6 +132,8 @@ else ()
|
||||
PATHS
|
||||
${GLFW_LOCATION}/lib
|
||||
${GLFW_LOCATION}/lib/cocoa
|
||||
$ENV{GLFW_LOCATION}/lib
|
||||
$ENV{GLFW_LOCATION}/lib/cocoa
|
||||
/usr/local/lib
|
||||
)
|
||||
set(GLFW_cocoa_LIBRARY "-framework Cocoa" CACHE STRING "Cocoa framework for OSX")
|
||||
|
Loading…
Reference in New Issue
Block a user