Skip to content

Commit 87c494b

Browse files
committed
We do not need to copy the reference files here as this just goes to
the buld directory. Distributions don't need reference files as people can go to the original git hub source for them. Signed-off-by: Jeff Lait <[email protected]>
1 parent ec0f809 commit 87c494b

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

openvdb_houdini/openvdb_houdini/CMakeLists.txt

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -172,15 +172,6 @@ file(COPY
172172
DESTINATION
173173
${OPENVDB_HOUDINI_LOCAL_DIR}
174174
)
175-
file(MAKE_DIRECTORY ${OPENVDB_HOUDINI_LOCAL_DIR}/reference)
176-
file(COPY
177-
reference/GEO_PrimVDB.h
178-
reference/GU_PrimVDB.h
179-
reference/GEO_PrimVDB.cc
180-
reference/GU_PrimVDB.cc
181-
DESTINATION
182-
${OPENVDB_HOUDINI_LOCAL_DIR}/reference
183-
)
184175

185176
add_library(openvdb_houdini SHARED
186177
GEO_VDBTranslator.cc

0 commit comments

Comments
 (0)