Skip to content

Commit 32c911a

Browse files
theblackunknownAndréa MACHIZAUD
authored andcommitted
Add missing call to find_dependency(TBB ..) to resolve indirect dependencies
1 parent b30f224 commit 32c911a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pxr/pxrConfig.cmake.in

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ set(PXR_VERSION "@PXR_VERSION@")
1818

1919
include(CMakeFindDependencyMacro)
2020

21+
find_dependency(TBB)
22+
2123
# If Python support was enabled for this USD build, find the import
2224
# targets by invoking the appropriate FindPython module. Use the same
2325
# LIBRARY and INCLUDE_DIR settings from the original build if they

0 commit comments

Comments
 (0)