Is the lib64 detection in CMakeLists.txt the standard procedure? On my 32bit ubuntu machine, I have a lib64 folder with only libfakeroot in it. Libface thus installs to lib64 which is not correct in that case.
I found another strategy here: http://source.freehep.org/jcvsweb/ilc/LCIO/wdview/lcio/CMakeLists.txt
That was a dirty little hack I did that checked if there was lib64 in file system.
Thanks for the link i'll add a better way of detecting 64bit system in the near future.
Alex
Log in to post a comment.
Is the lib64 detection in CMakeLists.txt the standard procedure?
On my 32bit ubuntu machine, I have a lib64 folder with only libfakeroot in it.
Libface thus installs to lib64 which is not correct in that case.
I found another strategy here:
http://source.freehep.org/jcvsweb/ilc/LCIO/wdview/lcio/CMakeLists.txt
That was a dirty little hack I did that checked if there was lib64 in file system.
Thanks for the link i'll add a better way of detecting 64bit system in the near future.
Alex