Skip to content
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

Don't require Git if using prebuilt LLVM #97

Merged
merged 1 commit into from
Jan 16, 2020
Merged

Don't require Git if using prebuilt LLVM #97

merged 1 commit into from
Jan 16, 2020

Conversation

jbeich
Copy link
Contributor

@jbeich jbeich commented Dec 7, 2019

See error log

Git is only used by apply_patches when building LLVM but downstream
often packages opencl-clang against prebuilt/system LLVM.

CMake Error at /usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:137 (message):
  Could NOT find Git (missing: GIT_EXECUTABLE)
Call Stack (most recent call first):
  /usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:378 (_FPHSA_FAILURE_MESSAGE)
  /usr/share/cmake/Modules/FindGit.cmake:96 (find_package_handle_standard_args)
  CMakeLists.txt:56 (find_package)
@AlexeySotkin AlexeySotkin merged commit b28f74f into intel:master Jan 16, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants