Ask Your Question

martino's profile - activity

2016-04-07 08:44:57 -0600 commented question cmake install_name_tool absolute path for library on Mac OSX

A simple solution is cmake -D BUILD_SHARED_LIBS=OFF. Static libraries do not use relative path.