We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d23549f + 41c0f7a commit bab28c6Copy full SHA for bab28c6
1 file changed
openvdb/openvdb/unittest/CMakeLists.txt
@@ -68,7 +68,7 @@ set(UNITTEST_SOURCE_FILES
68
69
if(OPENVDB_TESTS)
70
foreach(test ${OPENVDB_TESTS})
71
- file(GLOB UNITTEST_GLOB CONFIGURE_DEPENDS Test${test}*.cc)
+ file(GLOB UNITTEST_GLOB CONFIGURE_DEPENDS Test${test}.cc)
72
list(APPEND UNITTEST_SOURCE_FILES
73
${UNITTEST_GLOB}
74
)
0 commit comments