Building GATE with ITKImageIO support

Dear Zukic
Thank you very much for your reply. I downloaded the ITK from the link in bellow:
https://itk.org/ITK/resources/software.html
https://itk.org/download/
I followed this instructor to install the downloaded ITK:

First, download the ITK library sources at this address:
https://itk.org/ITK/resources/software.html
Unzip and tar the downloaded file:
tar -xzf InsightToolkit-4.10.xx.tar.gz
Move into the InsightToolkit-4.10.xx directory:
cd InsightToolkit-4.10.xx
In this directory, create a bin/ sub-directory:
mkdir bin
Move into the bin/ sub-directory:
cd bin
Run ccmake as follows:
ccmake -DITK_USE_REVIEW=ON …
You will obtain the following screen and you need to configure the different options as follows:

BUILD_EXAMPLES                   ON
BUILD_TESTING                    ON
ITKV3_COMPATIBILITY              OFF
ITK_BUILD_DEFAULT_MODULES        ON
ITK_WRAP_PYTHON                  OFF

Press 'c' to configure and 'g' to generate the compilation environment.
After this step you will automatically back to the prompt terminal and then, you can launch the compilation:
make -jN (N is the number of processor(s) in your PC)
make install.
-----------------------------------------------------------------------------

I enclosed send you the CMakeLists.txt CMakeLists.txt (23.2 KB)
I don’t know what else I should do. I would be so grateful if you do me a favor and provide me with your guidance.
Respectfully
Somayeh Asadi