Skip to content

Commit

Permalink
CMakeLists.txt: enable matlab bindings
Browse files Browse the repository at this point in the history
Signed-off-by: ranechita <[email protected]>
  • Loading branch information
ranechita committed Apr 9, 2024
1 parent fe46b43 commit 325eb08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ else()
endif()

option(PYTHON_BINDINGS "Install Python bindings" OFF)
option(MATLAB_BINDINGS "Install MATLAB bindings" OFF)
option(MATLAB_BINDINGS "Install MATLAB bindings" ON)
option(LIB_CHECK_PYINSTALL "Check for library during python install" OFF)

add_subdirectory(bindings)
Expand Down

0 comments on commit 325eb08

Please sign in to comment.