Skip to content

Commit

Permalink
Merge pull request #129 from drbild/update-options-and-docs
Browse files Browse the repository at this point in the history
Update options and docs
  • Loading branch information
drbild authored Jan 30, 2019
2 parents 67b654e + 79f26ef commit 59dfd86
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,10 @@ include(DetermineWordSize)

option(BUILD_SHARED_LIBS "Build as a shared library" ON)
option(BUILD_STATIC_LIBS "Build as a static library" OFF)
option(BUILD_TOOL "Build with ECDAA tools" ON)

option(BUILD_BENCHMARKS "Build benchmarks" ON)
option(BUILD_EXAMPLES "Build examples" OFF)
option(BUILD_TOOL "Build with ECDAA tools" ON)

# If not building as a shared library, force build as a static. This
# is to match the CMake default semantics of using
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,9 @@ The following CMake configuration options are supported.
| | Dev | | With full optimizations and warnings treated as errors |
| | DevDebug | | With debug symbols and warnings treated as errors |
| CMAKE_INSTALL_PREFIX | <string> | /usr/local | The directory to install the library in. |
| BUILD_BENCHMARKS | ON, OFF | ON | Build benchmark programs |
| BUILD_EXAMPLES | ON, OFF | OFF | Build example programs |
| BUILD_TOOL | ON, OFF | ON | Build benchmark programs |
| BUILD_SHARED_LIBS | ON, OFF | ON | Build shared libraries. |
| BUILD_STATIC_LIBS | ON, OFF | OFF | Build static libraries. |
| BUILD_TESTING | ON, OFF | ON | Build the test suite. |
Expand Down

0 comments on commit 59dfd86

Please sign in to comment.