Skip to content
  • Alexander Neundorf's avatar
    make it more robust wrt. #9621 · b143c335
    Alexander Neundorf authored
    although #9621 did not happen anymore with cmake 2.8.0, probably because
    GET_PROPERTY(... GLOBAL ...) now makes the result variable empty instead of
    simply not touching it, using FUNCTION() instead of MACRO() makes sure that
    the _EnabledFeatures variables is always empty before the GET_PROPERTY()
    call (and does not still have the old value from the previous call)
    
    Alex
    b143c335