From 0e53f93722dcc015151a6bec72101e990e969496 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonathan=20M=C3=BCller?= Date: Thu, 30 Jun 2022 14:59:25 +0200 Subject: [PATCH] Remove note about submodules in README Fixes #138. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1f9d709..b7d3b50 100644 --- a/README.md +++ b/README.md @@ -68,7 +68,7 @@ For that set the option `LLVM_VERSION_EXPLICIT` to the version you're using, `LIBCLANG_INCLUDE_DIR` to the directory where the header files are located (so they can be included with `clang-c/Index.h`), and `CLANG_BINARY` to the full path of the `clang++` exectuable. -The other dependencies like [type_safe](http://type_safe.foonathan.net) are installed automatically with git submodules, if they're not installed already. +The other dependencies like [type_safe](http://type_safe.foonathan.net) are installed automatically with FetchContent, if they're not installed already. If you run into any issues with the installation, please report them.