I've just tried to compile mscnn in a docker image. It seems that the examples folder is lacking a CMakeLists.txt file, making the build process to exit with error code 1 and crashing.
Two solutions:
remove the addSubdirectory("examples") in the main CMakeLists.txt or
place an empty CMakeLists.txt in the examples folder.
Hi
I've just tried to compile mscnn in a docker image. It seems that the examples folder is lacking a CMakeLists.txt file, making the build process to exit with error code 1 and crashing.
Two solutions:
Best Regards
David