[cmake] Fixed a warning regarding search paths.
Python should be copied to lib-folder at install time, not at configure time. file(INSTALL ..) is an alias to file(COPY ...) and therefore a bit misleading, use install(FILE ...) instead!
Please register or sign in to comment