Bug#946565: regression: Could NOT find Boost (missing: python3)

2019-12-10 Thread Dimitri John Ledkov
Hi, On Wed, 11 Dec 2019 at 00:45, Johannes 'josch' Schauer wrote: > > Package: libboost-python1.67-dev > Version: 1.67.0-15 > Severity: important > > Hi, > > I'm using the following CMakeLists.txt: > > cmake_minimum_required(VERSION 3.13) > project(foo) > find_package(PythonLibs 3

Bug#946565: regression: Could NOT find Boost (missing: python3)

2019-12-10 Thread Johannes 'josch' Schauer
Package: libboost-python1.67-dev Version: 1.67.0-15 Severity: important Hi, I'm using the following CMakeLists.txt: cmake_minimum_required(VERSION 3.13) project(foo) find_package(PythonLibs 3 REQUIRED) find_package(Boost 1.45.0 COMPONENTS "python3" REQUIRED) Everything works