Open GoogleCodeExporter opened 9 years ago
Is it expected cmake behavior, bug in cmake?
Original comment by bignikita
on 1 Mar 2011 at 12:47
explicitFileType = "wrapper.cfbundle" should be what is there. if it isn't, you
are likely trying to use a the "cmake patch" branch when you should be using
the normal branch; either that or you aren't running prepmac.sh
This is patched by a python script after generation.
Original comment by taxilian
on 2 Mar 2011 at 6:16
Original comment by richarda...@gmail.com
on 2 Mar 2011 at 7:19
if someone have to rebuild cmake project, don't forget to run code from
prepmac.sh
if [ -f "${FB_ROOT}/cmake/patch_xcode.py" ]; then
while read target proj
do
python "${FB_ROOT}/cmake/patch_xcode.py" -f "$proj" -t "$target"
done < "$BUILDDIR/xcode_patch_desc.txt"
else
echo "Could not find patch_xcode at ${FB_ROOT}/cmake/patch_xcode.py! Project will not work!"
fi
Original comment by bignikita
on 3 Mar 2011 at 5:13
Original issue reported on code.google.com by
bignikita
on 1 Mar 2011 at 10:45