Skip to content

Commit 1de8690

Browse files
committed
Remove CppUnit from AX test CMake requirements
Signed-off-by: Tim Straubinger <[email protected]>
1 parent f5276db commit 1de8690

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

openvdb_ax/openvdb_ax/test/CMakeLists.txt

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,6 @@ elseif(CONCURRENT_MALLOC STREQUAL "Tbbmalloc")
4949
list(APPEND OPENVDB_AX_TEST_DEPENDENT_LIBS TBB::tbbmalloc)
5050
endif()
5151

52-
find_package(CppUnit ${MINIMUM_CPPUNIT_VERSION} REQUIRED)
53-
list(APPEND OPENVDB_AX_TEST_DEPENDENT_LIBS CppUnit::cppunit)
54-
5552
find_package(GTest ${MINIMUM_GOOGLETEST_VERSION} REQUIRED)
5653

5754
if(TARGET GTest::gtest_main)

0 commit comments

Comments
 (0)