CMake 3.4.0 fails to run
I came across this issue after upgrading from CMake 3.2.1.
It seems that a missing include is to blame: The command check_include_files
in cmake/modules/FindSIONlib.cmake is not found. Indeed, this command is defined in the module CheckIncludeFiles which was previously probably somehow automatically included.