XCode generator
I want CLion to generate an XCode project so I passed the following options in Preferences > Build, Exec ... > CMake: -H. -B_builds/xcode -GXcode
However, CLion insists on using Unix Makefiles: /Applications/CLion.app/Contents/bin/cmake/bin/cmake -DCMAKE_BUILD_TYPE=Xcode -H. -B_builds/xcode -GXcode -G "CodeBlocks - Unix Makefiles" /xxx/playground/swift/ExCmake
Is there a way to change the generator? If not, why?
请先登录再写评论。