Don't create symlinks in the build tree
authorTeemu Murtola <teemu.murtola@gmail.com>
Sun, 8 Dec 2013 05:05:16 +0000 (07:05 +0200)
committerTeemu Murtola <teemu.murtola@gmail.com>
Sun, 8 Dec 2013 05:05:16 +0000 (07:05 +0200)
commit6d5142583933bebc28929a096eaf2324ae3267db
tree4ce3793429a85cb563f21695c9314ddbc5b246db
parentd40733c4ebdf43399d414d5bbadb4137919ce644
Don't create symlinks in the build tree

This requires an update to the regression tests and/or Jenkins.
Either the regression tests must be run against installed code, or they
must be modified to not depend on the symlinks.  But that would be for
the better, as the present approach (that is removed here) is a hack
that doesn't always work, and since we want to get rid of the symlinks
in the long run, it doesn't make sense to try to make the symlinking
more elaborate.

Change-Id: I90859f1a8c15d8ac3090e31f522aae2af7ba4a67
src/programs/CMakeLists.txt