Fixed install-xxx functionality broken in 9628e27d
authorMark Abraham <mark.j.abraham@gmail.com>
Sat, 13 Oct 2012 00:00:48 +0000 (11:00 +1100)
committerMark Abraham <mark.j.abraham@gmail.com>
Sat, 13 Oct 2012 00:00:48 +0000 (11:00 +1100)
commitb64eea399c18e345204c4aee79984cba2819dbd8
tree12e78b20568daf561718c21a3e1d5d6ef46b40f9
parent046b9d4b3095e1a3ac7602c8b0c853a236b3f2d1
Fixed install-xxx functionality broken in 9628e27d

Only the CPack component definitions needed fixing, inasmuch as they
are what is used for the "make install-xxx" functionality. I separated
"libraries" component into "libraries", "libraries-gmxpreprocess" and
"libraries-gmxana" for, respectively, the core gmx/md/etc. libraries,
and those particular to src/kernel programs and src/tools programs.
Now "make install-xxx" correctly compiles, links and installs only the
required dependencies, and the wrong dependencies introduced in the
above commit are removed.

Fixes #1015

Change-Id: I3e848e69d126305943370d1f294e44d5389e1934
src/kernel/CMakeLists.txt
src/tools/CMakeLists.txt