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:
parent
dd4a212188
commit
2348c6ce56
@ -28,8 +28,8 @@
|
|||||||
[ "-DNO_TUTORIALS=1"
|
[ "-DNO_TUTORIALS=1"
|
||||||
"-DNO_REGRESSION=1"
|
"-DNO_REGRESSION=1"
|
||||||
"-DNO_EXAMPLES=1"
|
"-DNO_EXAMPLES=1"
|
||||||
"-DGLEW_INCLUDE_DIR=${glew}/include"
|
"-DGLEW_INCLUDE_DIR=${glew.dev}/include"
|
||||||
"-DGLEW_LIBRARY=${glew}/lib"
|
"-DGLEW_LIBRARY=${glew.dev}/lib"
|
||||||
];
|
];
|
||||||
|
|
||||||
enableParallelBuilding = true;
|
enableParallelBuilding = true;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user