Skip to content

Commit d207abb

Browse files
committed
Set default library name to "opencl-clang"
1 parent daf5e4d commit d207abb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ endif (WIN32)
7474

7575
# set that name of the main output file as a target name
7676
if (NOT DEFINED COMMON_CLANG_LIBRARY_NAME)
77-
set(COMMON_CLANG_LIBRARY_NAME common_clang)
77+
set(COMMON_CLANG_LIBRARY_NAME "opencl-clang")
7878
endif()
7979
set(TARGET_NAME ${COMMON_CLANG_LIBRARY_NAME}${BUILD_PLATFORM} )
8080

0 commit comments

Comments
 (0)