From 176eb0a3d99ec5ce40b465fb5358d4dd244a687b Mon Sep 17 00:00:00 2001 From: Tomo Date: Sat, 26 Oct 2024 09:19:13 +0000 Subject: [PATCH] doc/hooks/aws-c-common: init Part of #341479 --- doc/hooks/aws-c-common.section.md | 4 ++++ doc/hooks/index.md | 1 + 2 files changed, 5 insertions(+) create mode 100644 doc/hooks/aws-c-common.section.md diff --git a/doc/hooks/aws-c-common.section.md b/doc/hooks/aws-c-common.section.md new file mode 100644 index 000000000000..c631f61589df --- /dev/null +++ b/doc/hooks/aws-c-common.section.md @@ -0,0 +1,4 @@ +# `aws-c-common` {#aws-c-common} + +This hook exposes its own [CMake](#cmake) modules by setting [`CMAKE_MODULE_PATH`](https://cmake.org/cmake/help/latest/variable/CMAKE_MODULE_PATH.html) through [the `cmakeFlags` variable](#cmake-flags) +to the nonstandard `$out/lib/cmake` directory, as a workaround for [an upstream bug](https://github.com/awslabs/aws-c-common/issues/844). diff --git a/doc/hooks/index.md b/doc/hooks/index.md index aaa447373516..f55026622a21 100644 --- a/doc/hooks/index.md +++ b/doc/hooks/index.md @@ -8,6 +8,7 @@ The stdenv built-in hooks are documented in [](#ssec-setup-hooks). autoconf.section.md automake.section.md autopatchelf.section.md +aws-c-common.section.md bmake.section.md breakpoint.section.md cernlib.section.md