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 31c8615 commit b3b4d1dCopy full SHA for b3b4d1d
cmake/ReadoutCardDependencies.cmake
@@ -3,7 +3,7 @@ if(APPLE)
3
set(boost_python_component "")
4
else()
5
set(rt_lib "rt")
6
- set(boost_python_component "python")
+ set(boost_python_component "python27")
7
endif()
8
9
find_package(Boost 1.56
@@ -88,12 +88,16 @@ o2_define_bucket(
88
${DIM_INCLUDE_DIRS}
89
)
90
91
+# Build the variable name for the path to boost python
92
+string(TOUPPER ${boost_python_component} upper)
93
+set(temp "Boost_${upper}_LIBRARY")
94
+
95
o2_define_bucket(
96
NAME
97
o2_readoutcard_python
98
99
DEPENDENCIES
- ${Boost_PYTHON_LIBRARY}
100
+ ${${temp}}
101
${PYTHON_LIBRARIES}
102
103
SYSTEMINCLUDE_DIRECTORIES
0 commit comments