- Anonymous
| Author | Committer | Branch | Timestamp | Parent | 
|---|---|---|---|---|
| Markus Hovorka | wmayer | master | 2017-05-23 01:22:26 | master 0c8a8733 | 
| Changeset | Honor CMAKE_INSTALL_RPATH in SET_BIN_DIR set_target_properties used up until now in the SET_BIN_DIR macro sets the INSTALL_RPATH property and discards whatever it contained before. The INSTALL_RPATH target property is initialized with the cache variable CMAKE_INSTALL_RPATH (possilbly given via the -D option of cmake). To preserve this "default" value this commit replaced set_target_properties with set_property(... APPEND ...). | |||
| mod - cMake/FreeCadMacros.cmake | Diff File | |||