~ubuntu-branches/debian/sid/simpleitk/sid

« back to all changes in this revision

Viewing changes to CMake/pre-commit

  • Committer: Package Import Robot
  • Author(s): Ghislain Antony Vaillant
  • Date: 2017-11-02 08:49:18 UTC
  • Revision ID: package-import@ubuntu.com-20171102084918-7hs09ih668xq87ej
Tags: upstream-1.0.1
ImportĀ upstreamĀ versionĀ 1.0.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#!/bin/sh
 
2
echo 'Your work tree has not been configured for SimpleITK development.
 
3
Paste the following commands into a shell:
 
4
 
 
5
 ./Utilities/SetupForDevelopment.sh
 
6
 
 
7
See https://www.itk.org/Wiki/ITK/Git/Develop for more details.'
 
8
exit 1