-
Notifications
You must be signed in to change notification settings - Fork 251
Cmake failure #5
New issue
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
Comments
Thanks for your feedback. We are working to improve our build instructions. intel-graphics-compiler is part of compute-runtime workspace. You don't need to create separate workspace for compiler when working with compute-runtime. You can use below commands to create proper workspace:
For Google Test and Google Mock framework. Yes, you should use older version: 1.7.0 is expected. |
These instructions look great - much clearer. I'll give it another try. |
Instructions are now updated, looks like this question may be closed. |
I'm having trouble following the build instructions.
First. Both the compute-runtime and the graphics-compiler both call for identical workspaces and say to create a 'build' directory for cmake. Both projects can't share the same build dir.
Second. GoogleMock has been merged into GoogleTest several years ago. The CMakeList.txt for the runtime still seems to assume gtest and gmock are separate projects.
Third. Related to the second, the runtime has several dependencies. Are there known good labels to use when building the workspace?
The text was updated successfully, but these errors were encountered: