Skip to content

Commit fbf6482

Browse files
committed
fix the condition for boost_python for CC7
1 parent 35685f7 commit fbf6482

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmake/ReadoutCardDependencies.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ o2_define_bucket(
9191
# Build the variable name for the path to boost python
9292
set(boost_python_dep "")
9393
if(boost_python_component)
94-
if (boost_python_component NOT STREQUAL "")
94+
if (NOT boost_python_component STREQUAL "")
9595
string(TOUPPER ${boost_python_component} upper)
9696
set(temp "Boost_${upper}_LIBRARY")
9797
set(boost_python_dep ${${temp}})

0 commit comments

Comments
 (0)