Skip to content

Commit

Permalink
Fix syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
sgilmore10 committed Nov 22, 2023
1 parent 73621c5 commit 45f1629
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion matlab/tools/cmake/BuildMatlabArrowInterface.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ function(set_matlab_variables)

if (NOT ${matlab_root_dir_release} STREQUAL ${matlab_release_name})
message(STATUS "Does not match!!!")
message(FATAL_ERROR "Unknown MATLAB Release");
message(FATAL_ERROR "Unknown MATLAB Release")
endif()

endfunction()
Expand Down

0 comments on commit 45f1629

Please sign in to comment.