Quotation marks unnecessary

Merry 2018-08-23 14:41:43 +01:00
parent a4d1a4295b
commit ece5a29b24

@ -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