Compiling matlab from sources now appears as a single target
This commit is contained in:
@@ -34,7 +34,7 @@ std::vector<Bridge> {{function.name}}({{clss.name}}& inst, const std::vector<Bri
|
||||
} catch(std::exception& e) {
|
||||
mexErrMsgTxt(std::string("std::exception caught: ").append(e.what()).c_str());
|
||||
} catch(...) {
|
||||
mexErrMsgTxt("Uncaught exception occurred in {{fun.name}}");
|
||||
mexErrMsgTxt("Uncaught exception occurred in {{function.name}}");
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user