]> git.ipfire.org Git - thirdparty/curl.git/commit
cmake: distcheck for files in CMake subdir
authorViktor Szakats <commit@vsz.me>
Wed, 31 Jul 2024 09:53:31 +0000 (11:53 +0200)
committerViktor Szakats <commit@vsz.me>
Wed, 31 Jul 2024 20:31:56 +0000 (22:31 +0200)
commita118a6ecddb0322a6da07815aabf9e36cd5f44bc
tree5a4b9c864714e9cf8a6aa4d8e997c12d4d60c150
parent404679d25feaf49c69da0813fcfefc4f778c9f22
cmake: distcheck for files in CMake subdir

- add CMake option to verify if the `CMake/*.cmake`, `CMake/*.in` files
  are listed as distributable in autotools' `EXTRA_DIST`. The check can
  be enabled with `-DENABLE_DIST_TEST=ON` CMake option.

- add CI job to that effect.

Ref: #14320
Closes #14323
.github/workflows/distcheck.yml
CMakeLists.txt
Makefile.am