I use cmake 2.8.3 to create a C / C ++ project file for xcode 3.2.5; the assembly is generally fine, but I have to manually set the "Product Name" every time I create an xcode project (in Project / Edit Project Settings / Packaging).
If I cannot set this product name, xcode refuses to build the project and exits with the following error message:
Build setting PRODUCT_NAME undefined
Is it possible to set this value with cmake? or go without specifying a product name?
c ++ c build xcode cmake
rotoglup
source share