Quotation marks unnecessary
parent
a4d1a4295b
commit
ece5a29b24
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue