Skip to content

Commit

Permalink
Remove CppUnit from AX test CMake requirements
Browse files Browse the repository at this point in the history
Signed-off-by: Tim Straubinger <[email protected]>
  • Loading branch information
tstraubinger committed Oct 29, 2024
1 parent f5276db commit 1de8690
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions openvdb_ax/openvdb_ax/test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,6 @@ elseif(CONCURRENT_MALLOC STREQUAL "Tbbmalloc")
list(APPEND OPENVDB_AX_TEST_DEPENDENT_LIBS TBB::tbbmalloc)
endif()

find_package(CppUnit ${MINIMUM_CPPUNIT_VERSION} REQUIRED)
list(APPEND OPENVDB_AX_TEST_DEPENDENT_LIBS CppUnit::cppunit)

find_package(GTest ${MINIMUM_GOOGLETEST_VERSION} REQUIRED)

if(TARGET GTest::gtest_main)
Expand Down

0 comments on commit 1de8690

Please sign in to comment.