I was trying to build libROM for the first time, and I was able to compile the library but the executable of the examples gave linking errors.
On closer inspection it was not able to find mpicxx libraries at the linking stage.
I was able to fix it by adding ${MPI_CXX_LIBRARIES} to a couple of target_link_libraries statements.
This mirrors an already present '${MPI_C_LIBRARIES}'.
Would this be a worth while bug fix? Or did I do something wrong on my end?
I was trying to build libROM for the first time, and I was able to compile the library but the executable of the examples gave linking errors.
On closer inspection it was not able to find mpicxx libraries at the linking stage.
I was able to fix it by adding
${MPI_CXX_LIBRARIES}to a couple oftarget_link_librariesstatements.This mirrors an already present '
${MPI_C_LIBRARIES}'.Would this be a worth while bug fix? Or did I do something wrong on my end?