diff --git a/cmake/modules/ClangConfig.cmake b/cmake/modules/ClangConfig.cmake
index f052bb9e8c8e71d06b86fdbe17e4f8056d131413..d30a277d222b985f0e54a09b794ccf16715c38a7 100644
--- a/cmake/modules/ClangConfig.cmake
+++ b/cmake/modules/ClangConfig.cmake
@@ -4,5 +4,7 @@
 # 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)
+
 # Provide all our library targets to users.
 include("${CMAKE_CURRENT_LIST_DIR}/ClangTargets.cmake")