From 8a96fed20927d17762bc1b5d9e27aa3c26b6bd49 Mon Sep 17 00:00:00 2001
From: Alex Bozarth <ajbozart@us.ibm.com>
Date: Mon, 23 Oct 2023 14:56:30 -0500
Subject: [PATCH] Clarify liboqs_DIR naming convention (#292)

* 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.

* added link to cmake command doc
---
 CONFIGURE.md | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/CONFIGURE.md b/CONFIGURE.md
index 416bfb88..afae2735 100644
--- a/CONFIGURE.md
+++ b/CONFIGURE.md
@@ -36,6 +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 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 `<PackageName>_DIR`
 
 ### USE_ENCODING_LIB