boostorg / histogram

Fast multi-dimensional generalized histogram with convenient interface for C++14
Boost Software License 1.0
313 stars 74 forks source link

Fix python3 variables #398

Closed mborland closed 2 months ago

mborland commented 2 months ago

Fixes the variables found by find_package(Python3) as pointed out by @henryiii

HDembinski commented 2 months ago

Weird, why did CI miss this?

HDembinski commented 2 months ago

Thanks.