I’ve downloaded CMake GUI 2.8-4, launched it, but the only generator I see is “Unix MakeFile”.
How may I set XCode as the current generator ?
Thank you.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Delete your build tree, (or even just CMakeCache.txt) and start over. When you first configure a build tree, you have to choose a generator. After that, the generator value is cached in CMakeCache.txt and used on all subsequent configures.
The only way to change it is to start with a clean build tree.