Changeset 8319 for code/branches/kicklib2/cmake/tools
- Timestamp:
- Apr 24, 2011, 6:19:47 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/kicklib2/cmake/tools/TargetUtilities.cmake
r8318 r8319 288 288 289 289 # RPATH settings for the installation 290 IF( _target_typeSTREQUAL "LIBRARY")290 IF("${_target_type}" STREQUAL "LIBRARY") 291 291 IF(_arg_MODULE) 292 292 SET(_rpath "${MODULE_RPATH}")
Note: See TracChangeset
for help on using the changeset viewer.