Skip to content
  • chuck cranor's avatar
    CrayPrgEnv/ParseImplicitIncludes: simplify for new implict include parser · eaf53158
    chuck cranor authored
    Remove now redundant implicit parser code from CrayPrgEnv.cmake, as
    this function is now supported in the general cmake code
    (e.g. Modules/CMakeParseImplicit{Include,Link}Info.cmake).
    
    This simplifies __CrayPrgEnv_setup() to take only one arg (${lang})
    and allows us to remove a level of inclusion as
    CrayPrgEnv-${lang}.cmake is now compiler independent we
    do not need the CrayPrgEnv-${compiler}-${lang} files any more.
    eaf53158