Skip to content

Commit

Permalink
Set LIBMEXCLASS_FETCH_CONTENT_GIT_TAG back to main
Browse files Browse the repository at this point in the history
  • Loading branch information
sgilmore10 committed Nov 27, 2023
1 parent 522204c commit 9cc083c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ set(LIBMEXCLASS_FETCH_CONTENT_GIT_REPOSITORY "https://github.com/mathworks/libme
# Note: Clients who don't want to depend on main (which may have breaking changes)
# can specify a specific Git commit using the LIBMEXCLASS_GIT_TAG argument.
# By default, the main branch will be used.
set(LIBMEXCLASS_FETCH_CONTENT_GIT_TAG print_matlab_vars CACHE STRING "")
set(LIBMEXCLASS_FETCH_CONTENT_GIT_TAG main CACHE STRING "")
# Source directory for libmexclass.
set(LIBMEXCLASS_FETCH_CONTENT_SOURCE_SUBDIR "libmexclass/cpp")

Expand Down

0 comments on commit 9cc083c

Please sign in to comment.