From db3c5bd9e1717b8b819749fe9bc9b43ea0ae40c4 Mon Sep 17 00:00:00 2001 From: Jonah Miller Date: Tue, 30 Jan 2024 11:59:41 -0700 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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.