From 64e29d53e8285d1176fe2e25204a3555f5cd9a1b Mon Sep 17 00:00:00 2001 From: Gleb Mazovetskiy Date: Sun, 28 Nov 2021 10:57:21 +0000 Subject: [PATCH] make_src_dist.py: Update documentation --- tools/make_src_dist.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/make_src_dist.py b/tools/make_src_dist.py index c28a1ff7e..5cdbb473d 100755 --- a/tools/make_src_dist.py +++ b/tools/make_src_dist.py @@ -16,8 +16,8 @@ It contains the following: While this file can be generated by the build system, it requires the `smpq` host dependency which may be missing in some distributions. - 3. `CMakeFlags.txt` - a file the cmake flags containing the version, - the path to `devilutionx.mpq` and the dependency path. + 3. `CMakeLists.txt` - a file with the cmake flags containing the version, + the path to `devilutionx.mpq` and the `FetchContent` dependency paths. This file is automatically used by the build system if present.