Skip to content

Commit

Permalink
Set MATLAB_ADDITIONAL_VERSIONS variable
Browse files Browse the repository at this point in the history
  • Loading branch information
sgilmore10 committed Nov 21, 2023
1 parent ff61e59 commit d180aaa
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions example/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ cmake_minimum_required(VERSION 3.0.0)
set(CLIENT_PROJECT_NAME example)
project(${CLIENT_PROJECT_NAME} VERSION 0.1.0)


set(MATLAB_ADDITIONAL_VERSIONS
"R2023b=23.2")

# ######################################
# libmexclass FetchContent Configuration
# ######################################
Expand Down

0 comments on commit d180aaa

Please sign in to comment.