From 45f1629889c4a167730c7794348cb35e85642c17 Mon Sep 17 00:00:00 2001 From: Sarah Gilmore Date: Wed, 22 Nov 2023 15:03:01 -0500 Subject: [PATCH] Fix syntax error --- matlab/tools/cmake/BuildMatlabArrowInterface.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/matlab/tools/cmake/BuildMatlabArrowInterface.cmake b/matlab/tools/cmake/BuildMatlabArrowInterface.cmake index 98dab2d7a7394..0a3a3e4d941ce 100644 --- a/matlab/tools/cmake/BuildMatlabArrowInterface.cmake +++ b/matlab/tools/cmake/BuildMatlabArrowInterface.cmake @@ -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()