We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c276227 commit 87be5ebCopy full SHA for 87be5eb
CMakeLists.txt
@@ -78,11 +78,6 @@ if(NOT APPLE)
78
find_package(Python3 3.6 COMPONENTS Interpreter Development)
79
if(Python3_FOUND)
80
set(boost_python_component "python${Python3_VERSION_MAJOR}${Python3_VERSION_MINOR}")
81
- else()
82
- # Backwards compatible. Can be removed once the Python3 recipe is stable
83
- message(WARNING "Python 3 was not found: falling back to Python 2")
84
- find_package(Python2 2.7 COMPONENTS Development REQUIRED)
85
- set(boost_python_component "python27")
86
endif()
87
88
0 commit comments