Skip to content

FindTBB.cmake Fix, master branch (2019.01.15.)

Renamed TBB_VERSION to TBB_HEADER_VERSION, so it wouldn't interfere with the "LCG version".

The TBB_VERSION variable must be coming from the text file of the LCG release because we set up the RPM dependency of the projects using that variable. For the version read from the TBB header, we need to use a different name.

This is to fix ATLINFR-2871.

Merge request reports