Skip to content

Commit

Permalink
Use the cpp include paths
Browse files Browse the repository at this point in the history
  • Loading branch information
adeas31 authored and adrpo committed Oct 7, 2020
1 parent 59424b8 commit 8b14eeb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions OMCompiler/Compiler/Template/CodegenCppOld.tpl
Expand Up @@ -3176,8 +3176,8 @@ case "gcc" then
<<
# Makefile generated by OpenModelica
OMHOME=<%if boolOr(stringEq(makefileParams.platform, "win32"),stringEq(makefileParams.platform, "win64")) then '$(OPENMODELICAHOME)' else makefileParams.omhome%>
include $(OMHOME)/include/omc/omsicpp/ModelicaConfig_gcc.inc
include $(OMHOME)/include/omc/omsicpp/ModelicaLibraryConfig_gcc.inc
include $(OMHOME)/include/omc/cpp/ModelicaConfig_gcc.inc
include $(OMHOME)/include/omc/cpp/ModelicaLibraryConfig_gcc.inc

# Simulations use -O0 by default
SIM_OR_DYNLOAD_OPT_LEVEL=-O0
Expand Down

0 comments on commit 8b14eeb

Please sign in to comment.