diff --git a/CMakeLists.txt b/CMakeLists.txt index 99976c1844..b7ad740f02 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -384,11 +384,6 @@ if(NOT DEFINED AOT_CONFIG_HEADERS_DIR) message(STATUS "AOT config headers dir: ${AOT_CONFIG_HEADERS_DIR}") endif() -if(NOT THIRD_PARTY_DIR) - get_filename_component(THIRD_PARTY_DIR "../third_party/" ABSOLUTE) -endif() -message(STATUS "Third party dir: ${THIRD_PARTY_DIR}") - # Intel Graphics Compiler detection include(cmake/find_igc.cmake) diff --git a/level_zero/core/test/aub_tests/CMakeLists.txt b/level_zero/core/test/aub_tests/CMakeLists.txt index b2d8610590..9167914ade 100644 --- a/level_zero/core/test/aub_tests/CMakeLists.txt +++ b/level_zero/core/test/aub_tests/CMakeLists.txt @@ -84,7 +84,6 @@ if(DEFINED AUB_STREAM_PROJECT_NAME) ${ENGINE_NODE_DIR} ${CIF_BASE_DIR} ${NEO__GMM_INCLUDE_DIR} - ${THIRD_PARTY_DIR} ${WDK_DIR} ) diff --git a/opencl/source/CMakeLists.txt b/opencl/source/CMakeLists.txt index beb9be2415..b6e9efcbb8 100644 --- a/opencl/source/CMakeLists.txt +++ b/opencl/source/CMakeLists.txt @@ -1,5 +1,5 @@ # -# Copyright (C) 2018-2022 Intel Corporation +# Copyright (C) 2018-2023 Intel Corporation # # SPDX-License-Identifier: MIT # @@ -46,7 +46,6 @@ target_include_directories(${NEO_STATIC_LIB_NAME} PUBLIC ${IGC_OCL_ADAPTOR_DIR} ${VISA_INCLUDE_DIR} ${NEO__IGC_INCLUDE_DIR} - ${THIRD_PARTY_DIR} ${NEO__GMM_INCLUDE_DIR} ) diff --git a/opencl/source/sharings/CMakeLists.txt b/opencl/source/sharings/CMakeLists.txt index 48db465dd9..0109a510df 100644 --- a/opencl/source/sharings/CMakeLists.txt +++ b/opencl/source/sharings/CMakeLists.txt @@ -14,7 +14,6 @@ target_include_directories(${SHARINGS_ENABLE_LIB_NAME} PRIVATE ${KHRONOS_GL_HEADERS_DIR} ${NEO__GMM_INCLUDE_DIR} ${NEO__IGC_INCLUDE_DIR} - ${THIRD_PARTY_DIR} ) if(UNIX AND NOT DISABLE_WDDM_LINUX) diff --git a/opencl/test/unit_test/offline_compiler/segfault_test/CMakeLists.txt b/opencl/test/unit_test/offline_compiler/segfault_test/CMakeLists.txt index 79d62e19ed..3dab847ba1 100644 --- a/opencl/test/unit_test/offline_compiler/segfault_test/CMakeLists.txt +++ b/opencl/test/unit_test/offline_compiler/segfault_test/CMakeLists.txt @@ -1,5 +1,5 @@ # -# Copyright (C) 2018-2022 Intel Corporation +# Copyright (C) 2018-2023 Intel Corporation # # SPDX-License-Identifier: MIT # @@ -49,7 +49,6 @@ endif() set(CLOC_SEGFAULT_TEST_INCLUDES ${NEO_SOURCE_DIR} - ${THIRD_PARTY_DIR} ) if(CMAKE_COMPILER_IS_GNUCC) diff --git a/shared/source/built_ins/builtins_binary.cmake b/shared/source/built_ins/builtins_binary.cmake index cc4b776d79..0a86bef39b 100644 --- a/shared/source/built_ins/builtins_binary.cmake +++ b/shared/source/built_ins/builtins_binary.cmake @@ -1,5 +1,5 @@ # -# Copyright (C) 2018-2022 Intel Corporation +# Copyright (C) 2018-2023 Intel Corporation # # SPDX-License-Identifier: MIT # @@ -78,7 +78,6 @@ target_include_directories(${BUILTINS_BINARIES_BINDFUL_LIB_NAME} PRIVATE ${KHRONOS_GL_HEADERS_DIR} ${NEO__GMM_INCLUDE_DIR} ${NEO__IGC_INCLUDE_DIR} - ${THIRD_PARTY_DIR} ) if(COMPILE_BUILT_INS) @@ -96,7 +95,6 @@ target_include_directories(${BUILTINS_BINARIES_BINDLESS_LIB_NAME} PRIVATE ${KHRONOS_GL_HEADERS_DIR} ${NEO__GMM_INCLUDE_DIR} ${NEO__IGC_INCLUDE_DIR} - ${THIRD_PARTY_DIR} ) if(COMPILE_BUILT_INS) @@ -114,6 +112,5 @@ target_include_directories(${BUILTINS_BINARIES_STATELESS_LIB_NAME} PRIVATE ${KHRONOS_GL_HEADERS_DIR} ${NEO__GMM_INCLUDE_DIR} ${NEO__IGC_INCLUDE_DIR} - ${THIRD_PARTY_DIR} ) diff --git a/shared/source/built_ins/registry/CMakeLists.txt b/shared/source/built_ins/registry/CMakeLists.txt index 1e5f714984..8df36077f1 100644 --- a/shared/source/built_ins/registry/CMakeLists.txt +++ b/shared/source/built_ins/registry/CMakeLists.txt @@ -1,5 +1,5 @@ # -# Copyright (C) 2020-2021 Intel Corporation +# Copyright (C) 2020-2023 Intel Corporation # # SPDX-License-Identifier: MIT # @@ -19,7 +19,6 @@ target_include_directories(${BUILTINS_SOURCES_LIB_NAME} PRIVATE ${KHRONOS_GL_HEADERS_DIR} ${NEO__GMM_INCLUDE_DIR} ${NEO__IGC_INCLUDE_DIR} - ${THIRD_PARTY_DIR} ) add_subdirectories()