From af7f1328f46323a2bfa1361c28ba275ce06df8de Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Mon, 13 Aug 2018 17:36:21 +0000 Subject: testing/openimageio: fix detection of boost-python --- testing/openimageio/boost-python.patch | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 testing/openimageio/boost-python.patch (limited to 'testing/openimageio/boost-python.patch') diff --git a/testing/openimageio/boost-python.patch b/testing/openimageio/boost-python.patch new file mode 100644 index 0000000000..c68d426311 --- /dev/null +++ b/testing/openimageio/boost-python.patch @@ -0,0 +1,12 @@ +diff --git a/src/python/CMakeLists.txt b/src/python/CMakeLists.txt +index e58d372..649e9f3 100644 +--- a/src/python/CMakeLists.txt ++++ b/src/python/CMakeLists.txt +@@ -18,6 +18,7 @@ if (NOT BOOST_CUSTOM) + # different names on different systems. Try the most common ones. + foreach (_py_lib python-${PYTHON_VERSION_FOUND} python + python${PYTHON_VERSION_MAJOR} ++ python${PYTHON_VERSION_MAJOR}${PYTHON_VERSION_MINOR} + python-py${PYTHON_VERSION_MAJOR}${PYTHON_VERSION_MINOR}) + find_package (Boost QUIET COMPONENTS ${_py_lib}) + string (TOUPPER ${_py_lib} _py_lib_name) -- cgit v1.2.3