From 98b88856bac54ded5995af646cb2f219b69cbada Mon Sep 17 00:00:00 2001 From: Adrian Pop Date: Thu, 12 Mar 2020 21:50:50 +0200 Subject: [PATCH] attempt to fix Cpp runtime library coverage --- OMCompiler/Makefile.common | 2 ++ 1 file changed, 2 insertions(+) diff --git a/OMCompiler/Makefile.common b/OMCompiler/Makefile.common index 6a04db799cc..c78e3892055 100644 --- a/OMCompiler/Makefile.common +++ b/OMCompiler/Makefile.common @@ -221,6 +221,8 @@ breakprocess: (cd tools/debugging/ && cp BreakProcess.exe $(builddir_bin)) +runtimeCPPinstall: all-runtimeCPPinstall + all-runtimeCPPinstall: CMinpack sundials ModelicaExternalC fmil OMSI $(MAKE) all OMSICPPinstall OMBUILDDIR=$(OMBUILDDIR)