Can not install SMESH

I built SMESH on Win10, make is good but install failed.


I added -DSALOME_BUILD_DOC=OFF into sat_salome\products\SMESH.pyconf and set SALOME_BUILD_DOC OFF in the CMakeLists.txt.
makeinstall says Error, sat check install failed for file pattern.I dont’t know what’s going wrong.
Here is the logs.
SMESH.tar.gz (470.6 KB)
Any suggestions will be appreciated.

edit SMESH.pyconf and remove this code snippet since documentation is switched off:

check_install : ["share/doc/salome/gui/SMESH/yams/index.html"]

appreciate, it works.