updated cmakelists.txt for licesnse

This commit is contained in:
2021-10-18 11:44:47 +02:00
parent a0ecf056d8
commit ca08cd9ec1
24 changed files with 47 additions and 1 deletions

View File

@ -20,7 +20,7 @@ fi
cd $CURRENT
for file in $(find $CURRENT -name "*$FILE_TYPE" -not -path "*./build/*" -not -path "*./libs/*"); do
for file in $(find $CURRENT -name "$FILE_TYPE" -not -path "*./build/*" -not -path "*./libs/*"); do
prefix="/afs/psi.ch/project/sls_det_software/dhanya_softwareDevelopment/mySoft/slsDetectorPackage/"
p=${file#"$prefix"}
echo Processing $p