We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 73621c5 commit 45f1629Copy full SHA for 45f1629
matlab/tools/cmake/BuildMatlabArrowInterface.cmake
@@ -53,7 +53,7 @@ function(set_matlab_variables)
53
54
if (NOT ${matlab_root_dir_release} STREQUAL ${matlab_release_name})
55
message(STATUS "Does not match!!!")
56
- message(FATAL_ERROR "Unknown MATLAB Release");
+ message(FATAL_ERROR "Unknown MATLAB Release")
57
endif()
58
59
endfunction()
0 commit comments