When creating a CMakeLists.txt file to compile a few pulled packages together, the existing line
INCLUDE( ilcsoft_default_settings )
in this CMakeLists.txt file gives an error of duplicate unistall target defined.
I'm quite confused since it seems that in the various included files there's already a protection against that, but does not seem to be working.
To reproduce the problem the easiest is to pull:
git clone --recursive https://github.com/spg-berkeleylab/LBLMuC-SiDigiDev
and compile il following the instructions in the README.md.