Skip to content

Commit a5a6528

Browse files
lwesiersgfxbot
authored andcommitted
Correct library name of common_clang, for building without in-tree method
Change-Id: I7566455b0dd4b8738272c78b3052a8f725b3870b
1 parent e3c2505 commit a5a6528

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

IGC/BiFModule/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ endif()
137137
if(WIN32)
138138
set(COMMON_CLANG_LIBRARY_NAME common_clang${_cpuSuffix})
139139
else()
140-
set(COMMON_CLANG_LIBRARY_NAME opencl_clang)
140+
set(COMMON_CLANG_LIBRARY_NAME common_clang)
141141
endif()
142142
endif()
143143

0 commit comments

Comments
 (0)