Skip to content

Commit 773db97

Browse files
matborzyszkowskiigcbot
authored andcommitted
Change vc-intrinsics path to dependent on cmake dir
Change vc-intrinsics path to dependent on cmake dir
1 parent 17ebb57 commit 773db97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

external/vc-intrinsics/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
cmake_minimum_required(VERSION 3.13.4 FATAL_ERROR)
1212

1313
set(IGC_VC_INTRINSICS_PATCHES_DIR "${CMAKE_CURRENT_SOURCE_DIR}/../external/vc-intrinsics/patches")
14-
set(IGC_VC_INTRINSICS_SOURCE_DIR "${BS_DIR_EXTERNAL_COMPONENTS}/vc-intrinsics")
14+
set(IGC_VC_INTRINSICS_SOURCE_DIR "${CMAKE_CURRENT_SOURCE_DIR}/../../vc-intrinsics")
1515

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

0 commit comments

Comments
 (0)