Artificial intelligent assistant

Add multiple options in cmake flag in a shell script and run the shell script I want to run a set of commands from a bash script. How ever I don't know how to put the quotation in a bash script. The following is the bash script which I want to run, how ever in the cmake -DCMAKE_C_FLAGS I want to add another flag **-gcc-name=/path/bin/gcc**. I want to do it through a shell script and eventually run that shell script, which is going to give me the installation. Please kindly suggest me a way to do this. mkdir /g/g92/bhowmik1/installTF/ROSS; cmake -DCMAKE_INSTALL_PREFIX=/g/g92/bhowmik1/installTF/ROSS -DCMAKE_C_FLAGS=-O3 -DCMAKE_C_COMPILER=mpicc -DARCH=x86_64 -DROSS_BUILD_MODELS=ON ..; make; make install;

Quote the whole value:


cmake -DCMAKE_INSTALL_PREFIX=/g/g92/bhowmik1/installTF/ROSS \
-DCMAKE_C_FLAGS='-O3 -gcc-name=/path/bin/gcc' \
-DCMAKE_C_COMPILER=mpicc -DARCH=x86_64 -DROSS_BUILD_MODELS=ON ..

xcX3v84RxoQ-4GxG32940ukFUIEgYdPy f721fbca30db6366c24f597523d31291