Skip to content

Commit

Permalink
[cmake] Make dartpy exclude from all
Browse files Browse the repository at this point in the history
  • Loading branch information
jslee02 committed Mar 14, 2024
1 parent 502caf2 commit 722cbaa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions python/dartpy/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ set(pybind_module dartpy)
#
pybind11_add_module(${pybind_module}
MODULE
EXCLUDE_FROM_ALL
${dartpy_headers}
${dartpy_sources}
)
Expand Down

0 comments on commit 722cbaa

Please sign in to comment.