Skip to content
  • Brad King's avatar
    Simplify IntelVSImplicitPath detection project · 67fcc838
    Brad King authored
    Use the ENV{LIB} variable directly instead of parsing the output of the
    whole environment from "set".  Store the output in a .cmake script and
    include it from CMakeDetermineCompilerABI instead of using file(READ).
    67fcc838