View Single Post
  #1  
Old 09-10-2013, 12:52 PM
provocating's Avatar
provocating
Demi-God
 
Join Date: Nov 2007
Posts: 2,175
Default Automate cmake options

I am trying to script every bit of my server install, I will post it when I am done in case it could be of some use to someone. One part I am stuck on is automating the cmake options.

I am using variables so this is what I have, is there any way to pass the answers to cmake?

Code:
cmake -G "Unix Makefiles" -i $INSTALL_PATH/src/server/
Reply With Quote