Skip to content

Commit 23a04eb

Browse files
author
David Aguilar
committed
github: configure the path to the TBB version header
1 parent bb24884 commit 23a04eb

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/test-linux.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@ jobs:
9191
-D "BUILD_DOCS=OFF" \
9292
-D "CMAKE_INCLUDE_PATH=${{runner.temp}}/USD/include" \
9393
-D "CMAKE_LIBRARY_PATH=${{runner.temp}}/USD/lib" \
94+
-D "TBB_VERSION_H=${{runner.temp}}/USD/include/tbb/tbb_stddef.h" \
9495
..
9596
cmake --build . --config Release
9697
@@ -103,6 +104,7 @@ jobs:
103104
-D "BUILD_PYTHON_BINDINGS=OFF" \
104105
-D "CMAKE_INCLUDE_PATH=${{runner.temp}}/USD/include" \
105106
-D "CMAKE_LIBRARY_PATH=${{runner.temp}}/USD/lib" \
107+
-D "TBB_VERSION_H=${{runner.temp}}/USD/include/tbb/tbb_stddef.h" \
106108
..
107109
cmake --build . --config Release
108110

0 commit comments

Comments
 (0)