Skip to content

Commit

Permalink
Clarify liboqs_DIR naming convention (open-quantum-safe#292)
Browse files Browse the repository at this point in the history
* Clarify liboqs_DIR naming convention

As per discussion in open-quantum-safe#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

Signed-off-by: Felipe Ventura <[email protected]>
  • Loading branch information
ajbozarth authored and feventura committed Mar 17, 2024
1 parent 81924f1 commit c868ae0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CONFIGURE.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit c868ae0

Please sign in to comment.