Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit a5a6528

Browse files
lwesiersgfxbot
authored andcommittedMar 11, 2019
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

Lines changed: 1 addition & 1 deletion
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)
Please sign in to comment.