On 1/6/2016 6:14 AM, rozelak at volny.cz wrote: > When get_prerequisites() is not called, the build works correctly. So, did I do anything wrong? get_prerequisites needs to be called at install time and not CMake time. Look at install(CODE "") -Bill