Skip to content

Commit 96f70bc

Browse files
committed
Remove preceeding D in CI
Signed-off-by: Dan Bailey <[email protected]>
1 parent 60345f6 commit 96f70bc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ci/build.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ COMPONENTS['core']='OPENVDB_BUILD_CORE'
3535
COMPONENTS['python']='OPENVDB_BUILD_PYTHON_MODULE'
3636
COMPONENTS['test']='OPENVDB_BUILD_UNITTESTS'
3737
COMPONENTS['bin']='OPENVDB_BUILD_BINARIES'
38-
COMPONENTS['view']='DOPENVDB_BUILD_VDB_VIEW'
39-
COMPONENTS['render']='DOPENVDB_BUILD_VDB_RENDER'
38+
COMPONENTS['view']='OPENVDB_BUILD_VDB_VIEW'
39+
COMPONENTS['render']='OPENVDB_BUILD_VDB_RENDER'
4040
COMPONENTS['hou']='OPENVDB_BUILD_HOUDINI_PLUGIN'
4141
COMPONENTS['doc']='OPENVDB_BUILD_DOCS'
4242

0 commit comments

Comments
 (0)