Skip to content

Commit 9fbff9e

Browse files
Add missing call to find_dependency(TBB ..) to resolve indirect dependencies
1 parent 5b1865c commit 9fbff9e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pxr/pxrConfig.cmake.in

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@ set(PXR_MINOR_VERSION "@PXR_MINOR_VERSION@")
1616
set(PXR_PATCH_VERSION "@PXR_PATCH_VERSION@")
1717
set(PXR_VERSION "@PXR_VERSION@")
1818

19+
include(CMakeFindDependencyMacro)
20+
21+
find_dependency(TBB)
22+
1923
# If Python support was enabled for this USD build, find the import
2024
# targets by invoking the appropriate FindPython module. Use the same
2125
# LIBRARY and INCLUDE_DIR settings from the original build if they

0 commit comments

Comments
 (0)