Skip to content

Commit

Permalink
Use batch mode for mcc due to licensing constraints
Browse files Browse the repository at this point in the history
  • Loading branch information
duncanpo committed May 8, 2024
1 parent 116448e commit ce28ea4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/context_propagation/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ add_custom_command(OUTPUT ${CMAKE_CURRENT_BINARY_DIR}/${LIBMEXCLASS_PROXY_INSTAL

# Call mcc to create .ctf file for deployment with MATLAB Production Server
if(USE_BATCH_FOR_MCC)
set(MCC_START "matlab-batch \"mcc")
set(MCC_START matlab-batch \"mcc)
set(MCC_END "\"")
else()
set(MCC_START ${Matlab_MCC_COMPILER})
Expand Down

0 comments on commit ce28ea4

Please sign in to comment.