Skip to content

Commit

Permalink
Disable pybind11 tests on windows
Browse files Browse the repository at this point in the history
Signed-off-by: Addisu Z. Taddese <addisu@openrobotics.org>
  • Loading branch information
azeey committed May 2, 2023
1 parent fd877b6 commit e4fce4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ set_target_properties(${BINDINGS_MODULE_NAME} PROPERTIES

configure_build_install_location(${BINDINGS_MODULE_NAME})

if (BUILD_TESTING)
if (BUILD_TESTING AND NOT WIN32)
pybind11_add_module(sdformattest SHARED
test/_gz_sdformattest_pybind11.cc
)
Expand Down

0 comments on commit e4fce4b

Please sign in to comment.