Skip to content

Commit

Permalink
Disable mmimage tests.
Browse files Browse the repository at this point in the history
It seems Maya2024 on Linux fails to compile with mmimage tests, so we
disable it for now.
  • Loading branch information
david-cattermole committed Sep 24, 2023
1 parent 3657451 commit e282182
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion lib/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,9 @@ add_subdirectory(mmsolverlibs/src)
option(MMSOLVERLIBS_BUILD_TESTS "Do you want to build the test files for mmsolverlibs?" OFF)
if (MMSOLVERLIBS_BUILD_TESTS)
add_subdirectory(${CMAKE_CURRENT_SOURCE_DIR}/cppbind/mmlens/tests)
add_subdirectory(${CMAKE_CURRENT_SOURCE_DIR}/cppbind/mmimage/tests)
# # TODO: This does not work on Maya 2024. I suspect this is because
# # of the std::string ABI has changed in CentOS 8.x/9.x.
# add_subdirectory(${CMAKE_CURRENT_SOURCE_DIR}/cppbind/mmimage/tests)
add_subdirectory(${CMAKE_CURRENT_SOURCE_DIR}/cppbind/mmscenegraph/tests)
endif()

Expand Down

0 comments on commit e282182

Please sign in to comment.