From 66883b613d5a0dd8fc5f1a8dca45f01d3a03c500 Mon Sep 17 00:00:00 2001 From: Ken Matsui <26405363+ken-matsui@users.noreply.github.com> Date: Thu, 24 Aug 2023 21:34:24 -0700 Subject: [PATCH] Update README.md closes https://github.com/poac-dev/poac/issues/792 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index be41e6309..6c9912af6 100644 --- a/README.md +++ b/README.md @@ -157,7 +157,7 @@ Once you have all the necessary requirements in place, you can proceed to build ```bash git clone https://github.com/poac-dev/poac.git cd poac -cmake -B build -G Ninja -DCMAKE_BUILD_TYPE=Release +cmake -B build -G Ninja -DCMAKE_BUILD_TYPE=Release -DPOAC_BUILD_TESTING=OFF cd build ninja ninja install