Creating an empty file `src/modules/topos_htable/README` allows the installation to complete without errors.
``` $ ninja install
[..]
CMake Error at src/modules/cmake_install.cmake:1588 (file): file INSTALL cannot find "/usr/src/kamailio/src/modules/topos_htable/README": No such file or directory. Call Stack (most recent call first): src/cmake_install.cmake:96 (include) cmake_install.cmake:47 (include)
FAILED: CMakeFiles/install.util cd /usr/src/kamailio/build && /usr/bin/cmake -P cmake_install.cmake ninja: build stopped: subcommand failed.
$ touch ../src/modules/topos_htable/README && ninja install && echo $?
[..]
0 ```
Thanks for the reporting, the file was not yet imported in the repo -- it has to be done first time when the module is added to the repo, afterwards is going to be automatically updated once there are changes in the xml doc files.
I have just added the file in the git repo.
Closed #4095 as completed.