Should not write file to CMAKE_INSTALL_PREFIX when configuration
Created by: reyoung
This line will write files to CMAKE_INSTALL_PREFIX, which is not the good way to install file. Use install
command of cmake
.
This lines will make Paddle failed to compile when the user has no write permission to CMAKE_INSTALL_PREFIX.