--- bindings/CMakeLists.txt.orig 2024-01-17 13:58:04 UTC +++ bindings/CMakeLists.txt @@ -15,6 +15,6 @@ endif() if(WITH_RUBY_BINDING) add_subdirectory(ruby) endif() -if(NOT WIN32 AND NOT OPEN_FOR_IDE) +if(FALSE) package_bindingtester() endif()