Fix mdrun-only build
commit8f33ef9e0b03705ba84bb8fef05ed35eea92c2ff
authorMark Abraham <mark.j.abraham@gmail.com>
Wed, 25 Nov 2020 09:04:34 +0000 (25 10:04 +0100)
committerPaul Bauer <paul.bauer.q@gmail.com>
Fri, 4 Dec 2020 08:03:05 +0000 (4 08:03 +0000)
treea6c422d328a2a6531a55f93799ae49962fb7be59
parent1c4cf1f666195acf7207973be730f5085507cbb2
Fix mdrun-only build

Recent changes to include path setup didn't handle the mdrun-only
build. The name clash between the new src/gromacs/mdrun interface
library and the former src/programs/mdrun executable is fixed. When
doing a shared-library mdrun-only build, the dependencies of
libgromacs also need to be limited in the same way as the set of
modules added to libgromacs.
src/gromacs/CMakeLists.txt
src/programs/CMakeLists.txt