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 836352b commit 58802dbCopy full SHA for 58802db
cmake/ReadoutCardConfig.cmake.in
@@ -20,14 +20,9 @@ set(Monitoring_CMAKE_DIR @Monitoring_DIR@)
20
set(InfoLogger_CMAKE_DIR @InfoLogger_ROOT@)
21
22
if(NOT APPLE)
23
- find_package(Python3 3.6 COMPONENTS Interpreter Development)
+ find_package(Python3 3.6 COMPONENTS Interpreter Development)
24
if(Python3_FOUND)
25
set(boost_python_component "python${Python3_VERSION_MAJOR}${Python3_VERSION_MINOR}")
26
- else()
27
- # Backwards compatible. Can be removed once the Python3 recipe is stable
28
- message(WARNING "Python 3 was not found: falling back to Python 3")
29
- find_package(Python2 2.7 COMPONENTS Development REQUIRED)
30
- set(boost_python_component "python27")
31
endif()
32
33
0 commit comments