Remove all symbolic links

Issue #549 resolved
Bart Bogaerts created an issue

and make sure the correct executable is called at any time without symbolic links.

The IDE does not like symlinks...

Comments (3)

  1. Broes De Cat

    There are problems with unpacking symbolic links created by cmake when users install the binaries. Preferably, we should not distribute those symbolic links, referring directly to the effective binaries. Maybe we can configure this in cmake itself.

  2. Broes De Cat

    Resolution: symbolic link resolution through .zip is often broken. Solved if we always release through "make package" .

  3. Log in to comment