Skip to content

Commit

Permalink
adding back the pybind. Removing creates issues on the current CI
Browse files Browse the repository at this point in the history
  • Loading branch information
g-ferrer committed Jun 21, 2024
1 parent 3a56c76 commit f685238
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@ ADD_SUBDIRECTORY(plane-surfaces)
INCLUDE_DIRECTORIES(visual)
ADD_SUBDIRECTORY(visual)

# IF(NOT ANDROID)
# ADD_SUBDIRECTORY(pybind)
# ENDIF(NOT ANDROID)
IF(NOT ANDROID)
ADD_SUBDIRECTORY(pybind)
ENDIF(NOT ANDROID)

0 comments on commit f685238

Please sign in to comment.