From dff320415b16779d46cb9c151f190b2f83d0d250 Mon Sep 17 00:00:00 2001 From: Tom Lally Date: Fri, 26 Aug 2022 10:22:34 +0100 Subject: [PATCH] Updated build.sh --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index f0be8730..5f9e417e 100755 --- a/build.sh +++ b/build.sh @@ -1,4 +1,4 @@ #!/bin/bash mkdir build && cd build -cmake .. -DCMAKE_BUILD_TYPE=release -DCMAKE_C_COMPILER=/usr/bin/gcc -DCMAKE_CXX_COMPILER=/usr/bin/g++ +cmake .. -DCMAKE_BUILD_TYPE=release -DCMAKE_C_COMPILER=/usr/bin/gcc -DCMAKE_CXX_COMPILER=/usr/bin/g++ -G Ninja cd ..