Skip to content

Commit ce28ea4

Browse files
committed
Use batch mode for mcc due to licensing constraints
1 parent 116448e commit ce28ea4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/context_propagation/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ add_custom_command(OUTPUT ${CMAKE_CURRENT_BINARY_DIR}/${LIBMEXCLASS_PROXY_INSTAL
4141

4242
# Call mcc to create .ctf file for deployment with MATLAB Production Server
4343
if(USE_BATCH_FOR_MCC)
44-
set(MCC_START "matlab-batch \"mcc")
44+
set(MCC_START matlab-batch \"mcc)
4545
set(MCC_END "\"")
4646
else()
4747
set(MCC_START ${Matlab_MCC_COMPILER})

0 commit comments

Comments
 (0)