Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Rewrite how we search for libunwind (hopefully correctly this time)
authorMartin Quinson <martin.quinson@loria.fr>
Sat, 27 Jan 2018 06:49:08 +0000 (07:49 +0100)
committerMartin Quinson <martin.quinson@loria.fr>
Sat, 27 Jan 2018 06:49:16 +0000 (07:49 +0100)
commit30082c0101bbc59ea6caffd8cf71bf65e1597b1d
tree91b4109c1c48cca6b8c4af4dc9e21a1f04c6745d
parent025e2b8a7f5a2d0e6f07f051ad08536c46f4b927
Rewrite how we search for libunwind (hopefully correctly this time)

This time, I used the canonical approach: Instead of passing the
absolute path to the libraries to the linker, I use link_directory()
and -lname as I should.

I hope that this version will work for both java on all our
target architectures, and also for stampede.

If so, we should maybe contribute it to libunwind and/or cmake projects.
CMakeLists.txt
tools/cmake/Modules/FindLibunwind.cmake