Skip to content

Commit

Permalink
Fix TBB include path.
Browse files Browse the repository at this point in the history
  - TBB is now assumed to be in `OMCompiler/3rdParty/tbb` instead of
    `OMCompiler/3rdParty/tbb_cmake`
  • Loading branch information
mahge committed Oct 29, 2020
1 parent d5e172e commit 1f57456
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion OMCompiler/SimulationRuntime/ParModelica/auto/Makefile.in
Expand Up @@ -6,7 +6,7 @@ PARMODELICAAUTO_INC=$(OPENMODELICA_INC)/ParModelica/auto/
OPENMODELICA_LIB=$(TOP_BUILDDIR)/lib/@host_short@/omc
OPENMODELICA_BIN=$(TOP_BUILDDIR)/bin/

TBB_ROOT = $(OMCOMPILER_ROOT)/3rdParty/tbb_cmake/
TBB_ROOT = $(OMCOMPILER_ROOT)/3rdParty/tbb/
BOOST_HOME = @BOOSTHOME@
INCDIRS = -I"../../c" -I$(BOOST_HOME) -I$(TBB_ROOT)/include -I$(OMCOMPILER_ROOT)/3rdParty/gc/include

Expand Down
Expand Up @@ -6,7 +6,7 @@ PARMODELICAAUTO_INC=$(OPENMODELICA_INC)/ParModelica/auto/
OPENMODELICA_LIB=$(TOP_BUILDDIR)/lib/omc/
OPENMODELICA_BIN=$(TOP_BUILDDIR)/bin/

TBB_ROOT = $(OMCOMPILER_ROOT)/3rdParty/tbb_cmake/
TBB_ROOT = $(OMCOMPILER_ROOT)/3rdParty/tbb/
BOOST_HOME = $(OMDEV)/lib/3rdParty/boost-1_49
INCDIRS = -I"../../c" -I$(BOOST_HOME) -I$(TBB_ROOT)/include -I$(OMCOMPILER_ROOT)/3rdParty/gc/include

Expand Down

0 comments on commit 1f57456

Please sign in to comment.