Skip to content

Cmake failures when trying to build  #9

@pvelesko

Description

@pvelesko

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)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions