From 41357ac62855bae6f52583fab388c6696d05971d Mon Sep 17 00:00:00 2001 From: Alex Bozarth Date: Mon, 23 Oct 2023 13:12:16 -0500 Subject: [PATCH 1/2] Clarify liboqs_DIR naming convention As per discussion in #277 we want to clarify why the env var `liboqs_DIR` does not follow standard naming convention by using lowercase. --- CONFIGURE.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CONFIGURE.md b/CONFIGURE.md index 416bfb88..045c4128 100644 --- a/CONFIGURE.md +++ b/CONFIGURE.md @@ -36,6 +36,7 @@ This environment variable must be set to the location of the `liboqs` installati utilized in the build. By default, this is un-set, requiring installation of `liboqs` in a standard location for the OS. +This uses a feature of `cmake` which checks for local builds of a package at `_DIR` ### USE_ENCODING_LIB From 9dc4c1e37fa23a7a8972f17e6dcf5597d157eb27 Mon Sep 17 00:00:00 2001 From: Alex Bozarth Date: Mon, 23 Oct 2023 13:31:09 -0500 Subject: [PATCH 2/2] added link to cmake command doc --- CONFIGURE.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CONFIGURE.md b/CONFIGURE.md index 045c4128..afae2735 100644 --- a/CONFIGURE.md +++ b/CONFIGURE.md @@ -36,7 +36,8 @@ This environment variable must be set to the location of the `liboqs` installati utilized in the build. By default, this is un-set, requiring installation of `liboqs` in a standard location for the OS. -This uses a feature of `cmake` which checks for local builds of a package at `_DIR` +This uses the [`find_package`](https://cmake.org/cmake/help/latest/command/find_package.html) +command in `cmake`, which checks for local builds of a package at `_DIR` ### USE_ENCODING_LIB