summarylogtreecommitdiffstats
path: root/Boost_lib_detection.patch
diff options
context:
space:
mode:
Diffstat (limited to 'Boost_lib_detection.patch')
-rw-r--r--Boost_lib_detection.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/Boost_lib_detection.patch b/Boost_lib_detection.patch
index 4a42c50b2eba..92846afa378a 100644
--- a/Boost_lib_detection.patch
+++ b/Boost_lib_detection.patch
@@ -5,7 +5,7 @@
IF (USE_PYTHON_3)
MESSAGE("++ Looking for System Boost::python3")
- FIND_PACKAGE(Boost COMPONENTS python3 log log_setup REQUIRED)
-+ FIND_PACKAGE(Boost COMPONENTS python38 log log_setup REQUIRED)
++ FIND_PACKAGE(Boost COMPONENTS python log log_setup REQUIRED)
ELSE (USE_PYTHON_3)
MESSAGE("++ Looking for System Boost::python (py2)")
- FIND_PACKAGE(Boost COMPONENTS python log log_setup REQUIRED)