Skip to content

Commit

Permalink
Clarify liboqs_DIR naming convention (#292)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
ajbozarth authored Oct 23, 2023
1 parent 270d423 commit 8a96fed
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 8a96fed

Please sign in to comment.