summarylogtreecommitdiffstats
path: root/boost_python2.patch
diff options
context:
space:
mode:
Diffstat (limited to 'boost_python2.patch')
-rw-r--r--boost_python2.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/boost_python2.patch b/boost_python2.patch
new file mode 100644
index 000000000000..4f68dd6fa529
--- /dev/null
+++ b/boost_python2.patch
@@ -0,0 +1,13 @@
+diff --git a/cmake/defaults/Packages.cmake b/cmake/defaults/Packages.cmake
+index 7968add25..55f336da8 100644
+--- a/cmake/defaults/Packages.cmake
++++ b/cmake/defaults/Packages.cmake
+@@ -46,7 +46,7 @@ if(PXR_ENABLE_PYTHON_SUPPORT)
+ find_package(Boost
+ COMPONENTS
+ program_options
+- python
++ python27
+ REQUIRED
+ )
+