[flang] Fix typo in FlangConfig.cmake.in.
authorLeandro Vaz <leandrov@graphcore.ai>
Thu, 11 Feb 2021 18:08:42 +0000 (18:08 +0000)
committerThomas Preud'homme <thomasp@graphcore.ai>
Thu, 11 Feb 2021 18:09:47 +0000 (18:09 +0000)
commit204360fd71d605d04cbe6e6efa3c2a898912c326
tree1b36ef6f2fc0bf987ca20d3d4976dc36574c83d3
parentaf83e89ae303a2bc54d94164b5ea05fa47a8f9e1
[flang] Fix typo in FlangConfig.cmake.in.

`find_package(Flang)` does not work as there is a missing `@` in the
FlangConfig.cmake.in file. This patch fixes the issue.

Reviewed By: thopre

Differential Revision: https://reviews.llvm.org/D96484
flang/cmake/modules/FlangConfig.cmake.in