Skip to content

Commit

Permalink
removed dependency from cppruntime to cppzmq
Browse files Browse the repository at this point in the history
  • Loading branch information
niklwors authored and adrpo committed Oct 6, 2019
1 parent e5a537d commit 8730c27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion OMCompiler/Makefile.common
Expand Up @@ -226,7 +226,7 @@ all-runtimeCPPinstall: CMinpack sundials
omc-and-runtimeCPPinstall: CMinpack sundials
$(MAKE) omc runtimeCPPinstall OMBUILDDIR=$(OMBUILDDIR)

runtimeCPP: cppzmq CMinpack sundials antlr-copy $(MINGW_EXTRA_LIBS) omc
runtimeCPP: CMinpack sundials antlr-copy $(MINGW_EXTRA_LIBS) omc
$(MAKE) -C SimulationRuntime/cpp/ -f $(defaultMakefileTarget) OMBUILDDIR=$(OMBUILDDIR)

CMAKE_ARGS=$(filter CMAKE_%, $(MAKEFLAGS))
Expand Down

0 comments on commit 8730c27

Please sign in to comment.