Skip to content

Commit 62bb855

Browse files
nim65sjorisv
authored andcommitted
test: workaround wrong path for pybind11 on windows
1 parent 1706ad5 commit 62bb855

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

unittest/python/CMakeLists.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -164,6 +164,5 @@ endif()
164164
if(NOT WIN32)
165165
pinocchio_add_python_cpp_module(bindings_visualizer PIN_TARGETS pinocchio::pinocchio_visualizers)
166166
pinocchio_add_lib_unit_test(bindings_visualizer)
167+
add_subdirectory(pybind11)
167168
endif()
168-
169-
add_subdirectory(pybind11)

0 commit comments

Comments
 (0)