Skip to content

Commit

Permalink
Fix cmake error
Browse files Browse the repository at this point in the history
  • Loading branch information
sgilmore10 committed Nov 22, 2023
1 parent 693fe09 commit 279c632
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions matlab/tools/cmake/BuildMatlabArrowInterface.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,7 @@
# Configure libmexclass FetchContent
# ----------------------------------


function print_find_matlab_variables()
function(print_find_matlab_variables)
message(STATUS "Matlab_ROOT_DIR = ${Matlab_ROOT_DIR}")
message(STATUS "Matlab_VERSION_STRING = ${Matlab_VERSION_STRING}")
message(STATUS "Matlab_MAIN_PROGRAM = ${Matlab_MAIN_PROGRAM}")
Expand Down

0 comments on commit 279c632

Please sign in to comment.