I have finished the installation without any error.
when I check the Cmake version he still use the old version.
Also, when I build the project I got this error:
CMake Error at ngraph/CMakeLists.txt:17 (cmake_minimum_required):
CMake 3.11 or higher is required. You are running version 3.10.2
You could use the newest cmake that you just installed by running with the full path. I am not sure where the new cmake was installed. But, for instance, instead of doing cmake <config> you can do <full path to new cmake>/cmake <config> That should work.