[CMake] get_prerequisites() - fails with No such file or directory

Bill Hoffman bill.hoffman at kitware.com
Wed Jan 6 12:39:56 EST 2016


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



More information about the CMake mailing list