Commit 6a898b68 authored by Ramon Nou's avatar Ramon Nou
Browse files

solve python on ci

parent 08597452
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -293,7 +293,7 @@ endif()

### Threads: required by ASIO
find_package(Threads REQUIRED)
find_package(Python3 COMPONENTS Development)
find_package(Python COMPONENTS Development)

### ASIO: used for signal handling
###
+1 −1
Original line number Diff line number Diff line
@@ -45,7 +45,7 @@ target_link_libraries(cargo PRIVATE
        Boost::serialization
        Boost::mpi
        net::rpc_client
        Python3::Python
        Python::Python
)

## Install library + targets ###################################################