We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent daf5e4d commit d207abbCopy full SHA for d207abb
CMakeLists.txt
@@ -74,7 +74,7 @@ endif (WIN32)
74
75
# set that name of the main output file as a target name
76
if (NOT DEFINED COMMON_CLANG_LIBRARY_NAME)
77
- set(COMMON_CLANG_LIBRARY_NAME common_clang)
+ set(COMMON_CLANG_LIBRARY_NAME "opencl-clang")
78
endif()
79
set(TARGET_NAME ${COMMON_CLANG_LIBRARY_NAME}${BUILD_PLATFORM} )
80
0 commit comments