We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58f3ad2 commit 51507acCopy full SHA for 51507ac
unittest/python/CMakeLists.txt
@@ -143,7 +143,10 @@ else()
143
message(STATUS "Valgrind not found, memory checks are disabled")
144
endif()
145
146
-pinocchio_add_python_cpp_module(bindings_visualizer PIN_TARGETS pinocchio_visualizers)
147
-pinocchio_add_lib_unit_test(bindings_visualizer)
+# TODO @jorisv: reenable these on windows when we normalize paths to lib/bin like on eigenpy
+if(NOT WIN32)
148
+ pinocchio_add_python_cpp_module(bindings_visualizer PIN_TARGETS pinocchio_visualizers)
149
+ pinocchio_add_lib_unit_test(bindings_visualizer)
150
+endif()
151
152
add_subdirectory(pybind11)
0 commit comments