On 06/14/2012 01:18 PM, Bradley Lowekamp wrote: > $ cmake . > CMake Error: File /nfs/Users/blowekamp/src/SimpleITK/.git/refs/heads/next > does not exist.
No code should directly look in the repo for that file. One should run a git command like git rev-parse --verify -q refs/heads/next to see if a branch exists. -Brad K _______________________________________________ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Kitware offers ITK Training Courses, for more information visit: http://kitware.com/products/protraining.php Please keep messages on-topic and check the ITK FAQ at: http://www.itk.org/Wiki/ITK_FAQ Follow this link to subscribe/unsubscribe: http://www.itk.org/mailman/listinfo/insight-developers
