Changeset 2186 for trunk/cmake

Show
Ignore:
Timestamp:
05/26/2008 12:10:45 PM (3 months ago)
Author:
moo
Message:

fixed ADD_TARGET_PROPERTIES arg shifting

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/cmake/LighttpdMacros.cmake

    r2184 r2186  
    3232  SET(_properties ${ARGV}) 
    3333  LIST(REMOVE_AT _properties 0) 
    34   LIST(REMOVE_AT _properties 1) 
     34  LIST(REMOVE_AT _properties 0) 
    3535  GET_TARGET_PROPERTY(_old_properties ${_target} ${_name}) 
    3636        MESSAGE("adding property to ${_target} ${_name}: ${_properties}")