Write rpaths when installing
Compare changes
@@ -15,6 +15,6 @@ if(APPLE)
Created by: jmcarcell
BEGINRELEASENOTES
ENDRELEASENOTES
Before https://github.com/iLCSoft/iLCUtil/pull/32 and after for non-Apple platforms are not equivalent because before rpaths are being written and after they are not. I believe the default value of CMAKE_SKIP_INSTALL_RPATH
is FALSE. With this change I can see rpaths are being written again.