diff --git a/README.md b/README.md index b94cf9322..e4440f081 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ git clone --recursive git@gitlab.lanl.gov:jonahm/spiner.git To build and run unit tests, ```bash mkdir bin -cmake -DBUILD_TESTING=ON .. +cmake -DSPINER_BUILD_TESTS=ON .. make -j make test ``` @@ -45,7 +45,7 @@ after configuring and building. - `SPINER_USE_HDF` enables or disables HDF5. Default is `OFF` - `SPINER_USE_KOKKOS` enables or disables Kokkos. Default is `OFF`. - `SPINER_USE_CUDA` enables or disables Cuda. Requires Kokkos. Default is `OFF`. -- `BUILD_TESTING` enables or disables tests. Default is `OFF`. If +- `SPINER_BUILD_TESTS` enables or disables tests. Default is `OFF`. If this is disabled, then configuration *only* prepares for install and provides targets for in-tree builds, as no build step is necessary. - `SPINER_HDF5_INSTALL_DIR` a hint for cmake about where you may have stashed HDF5.