Skip to content

Commit 45f1629

Browse files
committed
Fix syntax error
1 parent 73621c5 commit 45f1629

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

matlab/tools/cmake/BuildMatlabArrowInterface.cmake

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ function(set_matlab_variables)
5353

5454
if (NOT ${matlab_root_dir_release} STREQUAL ${matlab_release_name})
5555
message(STATUS "Does not match!!!")
56-
message(FATAL_ERROR "Unknown MATLAB Release");
56+
message(FATAL_ERROR "Unknown MATLAB Release")
5757
endif()
5858

5959
endfunction()

0 commit comments

Comments
 (0)