How to compile MultitenantDicom

Hi Author,
I am trying to compile and build MultitenantDicom in directory : orthanc/OrthancServer/Plugins/Samples/MultitenantDicom. Below are steps that I used
1/ cd ./orthanc/OrthancServer/Plugins/Samples/MultitenantDicom
2/ mkdir build
3/ $ cmake … -DCMAKE_BUILD_TYPE=Debug -DSTANDALONE_BUILD=ON -DALLOW_DOWNLOADS=ON -DSTATIC_BUILD=ON

4/ make -j5

At step 4, I got the error

build/dcmtk-3.6.7/dcmnet/libsrc/scppool.cc:31:10: fatal error: dcmtk/dcmtls/tlslayer.h: No such file or directory
   31 | #include "dcmtk/dcmtls/tlslayer.h"

I am not sure if there is any missing when compling directly from the source ?

Thanks

No worries, I managed to compile it. Please ignore this post.