Skip to content

Commit

Permalink
Set Matlab_ROOT_DIR explicitly
Browse files Browse the repository at this point in the history
  • Loading branch information
sgilmore10 committed Nov 21, 2023
1 parent 5b7c3da commit d536e3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libmexclass/cpp/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ endfunction()

set(MATLAB_ADDITIONAL_VERSIONS
"R2023b=23.2")

set(Matlab_ROOT_DIR "C:/Program Files/MATLAB/R2023b")
# Find MATLAB.
find_package(Matlab REQUIRED)

Expand Down

0 comments on commit d536e3e

Please sign in to comment.