Skip to content

Commit

Permalink
Set default library name to "opencl-clang"
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexeySachkov committed Apr 5, 2019
1 parent daf5e4d commit d207abb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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} )

Expand Down

0 comments on commit d207abb

Please sign in to comment.