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

Cmake failures when trying to build #9

Open
pvelesko opened this issue Jul 31, 2024 · 0 comments
Open

Cmake failures when trying to build #9

pvelesko opened this issue Jul 31, 2024 · 0 comments

Comments

@pvelesko
Copy link

Here is how I build intel compute runtime: https://github.com/pvelesko/intel-compute-runtime-build
The following patch is required for successful build.

diff --git a/lib/cmake/igscConfig.cmake b/lib/cmake/igscConfig.cmake
index 2f711b4..1a4a2cc 100644
--- a/lib/cmake/igscConfig.cmake
+++ b/lib/cmake/igscConfig.cmake
@@ -1,3 +1,4 @@
 # SPDX-License-Identifier: Apache-2.0
 # Copyright (C) 2021 Intel Corporation
-include("${CMAKE_CURRENT_LIST_DIR}/igscTargets.cmake")
+list(APPEND CMAKE_MODULE_PATH ${CMAKE_CURRENT_LIST_DIR})
+include(igscTargets)
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

No branches or pull requests

1 participant