RedlineResearch / elephant-tracks

0 stars 1 forks source link

HashGraph.h/cpp are not using the TBB settings from Makefile.inc #6

Closed greatmazinger closed 8 years ago

greatmazinger commented 8 years ago

This becomes a problem if there's a TBB installation on your system. Since we're supplying our own version of TBB, all other compilation subunits should respect the settings.

greatmazinger commented 8 years ago

Fixed in commit 2ebd28278e0bbf0281a6b8238aa7ef35c66d8662 Uses the LIBRARY_PATH and TBB_PATH variables.