Merge pull request #30515 from guibou/guibou_fix_opensubdiv
opensubdiv: fix glew paths
This commit is contained in:
commit
05dc430222
@ -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…
Reference in New Issue
Block a user