Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Small correction to build instructions #41

Open
nncarlson opened this issue Apr 5, 2021 · 0 comments
Open

Small correction to build instructions #41

nncarlson opened this issue Apr 5, 2021 · 0 comments

Comments

@nncarlson
Copy link

There are a couple small mistakes in the build instructions that are fixed by this patch

--- README.md.orig	2021-01-25 10:17:52.000000000 -0700
+++ README.md	2021-04-05 13:09:53.122164047 -0600
@@ -85,7 +85,7 @@
 ```sh
 portage $ mkdir build
 portage $ cd build
-portage/build $ cmake -DENABLE_APP_TESTS=True -DWONTON_ROOT:/path/to/wonton/installation ..
+portage/build $ cmake -DENABLE_UNIT_TESTS=True -DWONTON_ROOT=/path/to/wonton/installation ..
 portage/build $ make
 ```

There may still be a ENABLE_APP_TESTS variable, but make test finds nothing unless ENABLE_UNIT_TESTS is True.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant