opensubdiv: fix glew paths

Include and lib are not in ${glew} but in ${glew.dev}.

This changes what is found by the cmake of opensubdiv and some features
are now enabled, such as OpenGL 4.2 support.
This commit is contained in:
Guillaume Bouchard 2017-10-17 17:13:23 +02:00
parent dd4a212188
commit 2348c6ce56

View File

@ -28,8 +28,8 @@
[ "-DNO_TUTORIALS=1"
"-DNO_REGRESSION=1"
"-DNO_EXAMPLES=1"
"-DGLEW_INCLUDE_DIR=${glew}/include"
"-DGLEW_LIBRARY=${glew}/lib"
"-DGLEW_INCLUDE_DIR=${glew.dev}/include"
"-DGLEW_LIBRARY=${glew.dev}/lib"
];
enableParallelBuilding = true;