Skip to content
  • Nils Gladitz's avatar
    FindBoost: Avoid if() quoted auto-dereference · c9300464
    Nils Gladitz authored and Brad King's avatar Brad King committed
    When testing CMAKE_CXX_COMPILER[_ID] values with if(MATCHES) or
    if(STREQUAL), do not explicitly dereference or quote the variable.
    We want if() to auto-dereference the variable and not its value.
    c9300464