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

-- 

Powered by www.kitware.com

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Kitware offers various services to support the CMake community. For more 
information on each offering, please visit:

CMake Support: http://cmake.org/cmake/help/support.html
CMake Consulting: http://cmake.org/cmake/help/consulting.html
CMake Training Courses: http://cmake.org/cmake/help/training.html

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Follow this link to subscribe/unsubscribe:
http://public.kitware.com/mailman/listinfo/cmake-developers

Reply via email to