Skip to content

osx: set the INSTALL_NAME_DIR property on all smtk libraries

Ben Boeckel requested to merge ben.boeckel/smtk:install-name-dir-fix into master

The plugins and Python libraries were not getting this set properly. Instead of setting the property manually on all of the targets, set the default value using the CMAKE_INSTALL_NAME_DIR variable.

Merge request reports