Skip to content

Commit

Permalink
Fix paths for vc-intrinsics patcher
Browse files Browse the repository at this point in the history
Fix paths for vc-intrinsics patcher
  • Loading branch information
matborzyszkowski authored and igcbot committed Nov 25, 2024
1 parent 03f09ca commit a79ccc9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion external/vc-intrinsics/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,10 @@
cmake_minimum_required(VERSION 3.13.4 FATAL_ERROR)

set(IGC_VC_INTRINSICS_PATCHES_DIR "${CMAKE_CURRENT_SOURCE_DIR}/../external/vc-intrinsics/patches")
set(IGC_VC_INTRINSICS_SOURCE_DIR "${BS_DIR_EXTERNAL_COMPONENTS}/cmc/vc-intrinsics")
set(IGC_VC_INTRINSICS_SOURCE_DIR "${BS_DIR_EXTERNAL_COMPONENTS}/vc-intrinsics")

message(STATUS "[VC-INTRINSICS PATCHER] Applying patches from ${IGC_VC_INTRINSICS_PATCHES_DIR}")
message(STATUS "[VC-INTRINSICS PATCHER] Applying patches to = ${IGC_VC_INTRINSICS_SOURCE_DIR}")

file(GLOB IGC_VC_INTRINSICS_PATCHES "${IGC_VC_INTRINSICS_PATCHES_DIR}/*.patch")

Expand Down

0 comments on commit a79ccc9

Please sign in to comment.