Commit 6a11468
cmake: Do not pin exact Python patch version in pxrConfig.cmake
In `pxrConfig.cmake.in`, CMake was looking for exactly
the same Python version used to build OpenUSD, so if a
OpenUSD was built against Python 3.11.3,
`find_package(pxr REQUIRED)` would fail on a machine
with Python 3.11.5, even if different patch versions of
Python are ABI compatible if the minor version is the
same, see https://docs.python.org/3/c-api/stable.html .
This PR fixes downstream problems such as OpenMoonRay/openmoonray#141 and
conda-forge/openusd-feedstock#11 .
Closes PixarAnimationStudios#3759
(Internal change: 2409381)1 parent 1924d61 commit 6a11468
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
46 | | - | |
| 46 | + | |
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
| |||
0 commit comments