From ece5a29b24432f48e05f913d7dbb4b3dd91fbc38 Mon Sep 17 00:00:00 2001 From: Merry Date: Thu, 23 Aug 2018 14:41:43 +0100 Subject: [PATCH] Quotation marks unnecessary --- Building-for-Ubuntu-16.04.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Building-for-Ubuntu-16.04.md b/Building-for-Ubuntu-16.04.md index 2ed9a1d..0c90308 100644 --- a/Building-for-Ubuntu-16.04.md +++ b/Building-for-Ubuntu-16.04.md @@ -38,8 +38,8 @@ Remove the PPA (optional): cd build export PATH=$HOME/cmake/cmake-3.9.0-Linux-x86_64/bin:$PATH - export CC="gcc-7" - export CXX="g++-7" + export CC=gcc-7 + export CXX=g++-7 cmake .. -DCMAKE_BUILD_TYPE=Release make