We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 116448e commit ce28ea4Copy full SHA for ce28ea4
examples/context_propagation/CMakeLists.txt
@@ -41,7 +41,7 @@ add_custom_command(OUTPUT ${CMAKE_CURRENT_BINARY_DIR}/${LIBMEXCLASS_PROXY_INSTAL
41
42
# Call mcc to create .ctf file for deployment with MATLAB Production Server
43
if(USE_BATCH_FOR_MCC)
44
- set(MCC_START "matlab-batch \"mcc")
+ set(MCC_START matlab-batch \"mcc)
45
set(MCC_END "\"")
46
else()
47
set(MCC_START ${Matlab_MCC_COMPILER})
0 commit comments