From d207abb11659a15192f02d33a466ad453f8b9bf2 Mon Sep 17 00:00:00 2001 From: Alexey Sachkov Date: Tue, 2 Apr 2019 18:53:09 +0300 Subject: [PATCH] Set default library name to "opencl-clang" --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 174133b2..f1c7634f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -74,7 +74,7 @@ endif (WIN32) # set that name of the main output file as a target name if (NOT DEFINED COMMON_CLANG_LIBRARY_NAME) - set(COMMON_CLANG_LIBRARY_NAME common_clang) + set(COMMON_CLANG_LIBRARY_NAME "opencl-clang") endif() set(TARGET_NAME ${COMMON_CLANG_LIBRARY_NAME}${BUILD_PLATFORM} )