#!/bin/sh
echo 'Your work tree has not been configured for ITK development.
Paste the following commands into a shell:

 ./Utilities/SetupForDevelopment.sh

See https://docs.itk.org/en/latest/contributing/index.html for more details.'
exit 1
