Skip to content

Commit

Permalink
Fix syntax error in CMakeLists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
sgilmore10 committed Nov 21, 2023
1 parent a81445d commit 5b7c3da
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 @@ -55,7 +55,7 @@ set(MATLAB_ADDITIONAL_VERSIONS
# Find MATLAB.
find_package(Matlab REQUIRED)

message(STATUS "Matlab_ROOT_DIR is ${Matlab_ROOT_DIR})
message(STATUS "Matlab_ROOT_DIR is ${Matlab_ROOT_DIR}")

# ###########
# libmexclass
Expand Down

0 comments on commit 5b7c3da

Please sign in to comment.