Skip to content

Commit

Permalink
Print Matlab_ROOT_DIR found
Browse files Browse the repository at this point in the history
  • Loading branch information
sgilmore10 committed Nov 21, 2023
1 parent d180aaa commit a81445d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions libmexclass/cpp/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,14 @@ function(target_set_rpath_relocatable)
endif()
endfunction()

set(MATLAB_ADDITIONAL_VERSIONS
"R2023b=23.2")

# Find MATLAB.
find_package(Matlab REQUIRED)

message(STATUS "Matlab_ROOT_DIR is ${Matlab_ROOT_DIR})
# ###########
# libmexclass
# ###########
Expand Down

0 comments on commit a81445d

Please sign in to comment.