forked from OSchip/llvm-project
parent
d3c2acd38c
commit
a1e6c6cabc
|
@ -1,9 +1,5 @@
|
|||
# This file allows users to call find_package(Clang) and pick up our targets.
|
||||
|
||||
# Clang doesn't have any CMake configuration settings yet because it mostly
|
||||
# uses LLVM's. When it does, we should move this file to ClangConfig.cmake.in
|
||||
# and call configure_file() on it.
|
||||
|
||||
find_package(LLVM REQUIRED CONFIG)
|
||||
|
||||
@CLANG_CONFIG_CODE@
|
||||
|
|
Loading…
Reference in New Issue