rain

Results 2 issues of rain

The following lines of CMakeLists.txt catch my attention. if(ENABLE_TESTING) if (NOT BUILD_SHARED_LIBS) set(ENABLE_TESTING OFF) endif() endif() BUILD_SHARED_LIBS must be set when ENABLE_TESTING is on? Can I compile stp as the...

When I run "python test_mouse.py", I get the error "TypeError: function takes exactly 2 arguments (5 given)".