From 86b5e24f161d3514e9e5fa3c309d510c2ec699d1 Mon Sep 17 00:00:00 2001 From: Kevin Gurney Date: Tue, 21 Nov 2023 17:11:52 -0500 Subject: [PATCH] Remove MATLAB information from main CMakeLists.txt. --- matlab/CMakeLists.txt | 3 --- 1 file changed, 3 deletions(-) diff --git a/matlab/CMakeLists.txt b/matlab/CMakeLists.txt index ab01fef619559..47d2acd613f8b 100644 --- a/matlab/CMakeLists.txt +++ b/matlab/CMakeLists.txt @@ -131,9 +131,6 @@ if(NOT Arrow_FOUND) build_arrow() endif() -set(MATLAB_ADDITIONAL_VERSIONS "R2023b=23.2") -set(Matlab_ROOT_DIR "C:/Program Files/MATLAB/R2023b") - # MATLAB is Required find_package(Matlab REQUIRED COMPONENTS MAIN_PROGRAM)