Skip to content

Commit

Permalink
Build sdformattest pybind11 library as MODULE (#1544)
Browse files Browse the repository at this point in the history
Signed-off-by: Silvio Traversaro <[email protected]>
Co-authored-by: Steve Peters <[email protected]>
  • Loading branch information
traversaro and scpeters authored Feb 14, 2025
1 parent 39826d4 commit 71fe504
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 @@ -133,7 +133,7 @@ set_target_properties(${BINDINGS_MODULE_NAME} PROPERTIES
configure_build_install_location(${BINDINGS_MODULE_NAME})

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

Expand Down

0 comments on commit 71fe504

Please sign in to comment.