[cmake-developers] Xcode generator is adding old attributes on .pbxproj
Brad King
brad.king at kitware.com
Fri Feb 5 11:45:41 EST 2016
On 02/05/2016 11:35 AM, Arnau Quintana wrote:
> I do not know if these are related. Any thoughts?
Unfortunately I'm not familiar enough with Xcode to answer.
Hopefully someone else can answer.
> I am curious about what tests are you running. Could you
> please point me to the relevant tests?
Build CMake from source using another CMake and the Xcode
generator:
mkdir cmake-xcode
cd cmake-xcode
cmake ../cmake -GXcode
cmake --build . --config Debug
Then you can run the test suite like this:
bin/Debug/ctest -C Debug -j 4
We have nightly testing of several Xcode versions reported here:
https://open.cdash.org/index.php?project=CMake
-Brad
More information about the cmake-developers
mailing list