Skip to content
  • Stephen Kelly's avatar
    Export: Process relative includes after genex evaluation. · 9eedc850
    Stephen Kelly authored
    In code such as
    
     install(TARGETS ...
       INCLUDES DESTINATION $<FOO>include
     )
    
    the generator expressions are evaluated at generate-time. Delay
    determining whether each entry is a relative path until after
    the generator expressions are evaluated. Such relative paths
    are based relative to the CMAKE_INSTALL_PREFIX.
    9eedc850