Changeset 2186 for trunk/cmake
- Timestamp:
- 05/26/2008 12:10:45 PM (3 months ago)
- Files:
-
- 1 modified
-
trunk/cmake/LighttpdMacros.cmake (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/cmake/LighttpdMacros.cmake
r2184 r2186 32 32 SET(_properties ${ARGV}) 33 33 LIST(REMOVE_AT _properties 0) 34 LIST(REMOVE_AT _properties 1)34 LIST(REMOVE_AT _properties 0) 35 35 GET_TARGET_PROPERTY(_old_properties ${_target} ${_name}) 36 36 MESSAGE("adding property to ${_target} ${_name}: ${_properties}")

