From f082dd708611dfcc0cdb02172ba26ee0b53be38b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Iy=C3=A1n=20M=C3=A9ndez=20Veiga?= Date: Fri, 13 Oct 2023 09:03:10 +0200 Subject: [PATCH] Add section to CONFIGURE.md link Without it, doxygen (at least, version 1.9.8) gives the following error: unable to resolve reference to '/liboqs/CONFIGURE.md' for \ref command This makes scripts/run_doxygen.sh return exit code 1 instead of 0, and causes `ninja gen_docs` to fail --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ef415c6f12..5e0657c5c4 100644 --- a/README.md +++ b/README.md @@ -104,7 +104,7 @@ In order to optimize support effort, cmake -GNinja .. ninja -Various `cmake` build options to customize the resultant artifacts are available and are [documented in CONFIGURE.md](CONFIGURE.md). All supported options are also listed in the `.CMake/alg-support.cmake` file, and can be viewed by running `cmake -LAH ..` in the `build` directory. +Various `cmake` build options to customize the resultant artifacts are available and are [documented in CONFIGURE.md](CONFIGURE.md#options-for-configuring-liboqs-builds). All supported options are also listed in the `.CMake/alg-support.cmake` file, and can be viewed by running `cmake -LAH ..` in the `build` directory. The following instructions assume we are in `build`.