summarylogtreecommitdiffstats
path: root/boost-fix.patch
blob: f05153c568bebfcd487ee96f9ee63e78119baf7a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
--- CMakeLists.txt.orig	2019-10-11 02:53:43.966373843 -0400
+++ CMakeLists.txt	2019-10-11 02:53:56.529706619 -0400
@@ -5,11 +5,7 @@
 
 if(NOT ANDROID)
   find_package(PythonLibs)
-  if(PYTHONLIBS_VERSION_STRING VERSION_LESS 3)
-    find_package(Boost REQUIRED python)
-  else()
-    find_package(Boost REQUIRED python3)
-  endif()
+  find_package(Boost REQUIRED python3)
 else()
 find_package(Boost REQUIRED)
 endif()