Skip to content

Commit bab28c6

Browse files
authored
Merge pull request #2181 from danrbailey/fix_openvdb_tests
Fix CMake OPENVDB_TESTS
2 parents d23549f + 41c0f7a commit bab28c6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

openvdb/openvdb/unittest/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ set(UNITTEST_SOURCE_FILES
6868

6969
if(OPENVDB_TESTS)
7070
foreach(test ${OPENVDB_TESTS})
71-
file(GLOB UNITTEST_GLOB CONFIGURE_DEPENDS Test${test}*.cc)
71+
file(GLOB UNITTEST_GLOB CONFIGURE_DEPENDS Test${test}.cc)
7272
list(APPEND UNITTEST_SOURCE_FILES
7373
${UNITTEST_GLOB}
7474
)

0 commit comments

Comments
 (0)