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 REQ
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 fin
2 matches
Mail list logo