robertsawko / OpenPBE

An implementation of population balance solution strategies for OpenFOAM.
10 stars 6 forks source link

CMake doesn't configure on a fresh build #5

Closed robertsawko closed 8 years ago

robertsawko commented 8 years ago

This is due to linking to a non-existing library e.g.

#applications/PBEFoam/CMakeList.txt

target_link_libraries(PBEFoam PBE)

Since we build that library we cannot link against.