We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Please, remove custom -DIGC_OPTION__OUTPUT_DIR and provide installation support for the IGC targets. On Linux, please, use https://cmake.org/cmake/help/v3.6/module/GNUInstallDirs.html and standard variables provided with this module. You can refer to this for example: https://github.com/intel/media-driver/blob/master/CMakeLists.txt
Essentially, work with the IGC package should look somehow like (assuming you will use cmake):
cmake -DCMAKE_INSTALL_PREFIX=/my/custom/prefix -DCMAKE_INSTALL_LIBDIR=/my/custom/libdir /path/to/igc make -j8 make install
The text was updated successfully, but these errors were encountered:
@chivakker : FYI
Sorry, something went wrong.
Issue should be addressed with cb807ee
No branches or pull requests
Please, remove custom -DIGC_OPTION__OUTPUT_DIR and provide installation support for the IGC targets. On Linux, please, use https://cmake.org/cmake/help/v3.6/module/GNUInstallDirs.html and standard variables provided with this module. You can refer to this for example: https://github.com/intel/media-driver/blob/master/CMakeLists.txt
Essentially, work with the IGC package should look somehow like (assuming you will use cmake):
The text was updated successfully, but these errors were encountered: