Skip to content

Commit

Permalink
Set -DMOMENTUM_USE_SYSTEM_PYBIND11=OFF for unix
Browse files Browse the repository at this point in the history
  • Loading branch information
jeongseok-meta committed Dec 6, 2024
1 parent ab517b1 commit 282dbc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ cmake.args = [
"-DMOMENTUM_BUILD_EXAMPLES=OFF",
"-DMOMENTUM_BUILD_TESTING=ON",
"-DMOMENTUM_USE_SYSTEM_GOOGLETEST=ON",
"-DMOMENTUM_USE_SYSTEM_PYBIND11=ON",
"-DMOMENTUM_USE_SYSTEM_PYBIND11=OFF",
"-DMOMENTUM_USE_SYSTEM_RERUN_CPP_SDK=ON",
]
minimum-version = "0.10"
Expand Down

0 comments on commit 282dbc6

Please sign in to comment.