Skip to content

Change the library name of common_clang to opencl_clang #25

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,8 @@ set(CMAKE_CXX_STANDARD_REQUIRED ON)
# we force using response files
set(CMAKE_NINJA_FORCE_RESPONSE_FILE 1)

set(COMMON_CLANG_LIBRARY_NAME "opencl_clang")

# We want to build with the static, multithreaded runtime libraries (as opposed
# to the multithreaded runtime DLLs)
if(MSVC)
Expand Down
2 changes: 1 addition & 1 deletion package.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ if(UNIX)
${IGDRCL_BINARY_DIR}/bin/libigdccl.so
${IGDRCL_BINARY_DIR}/bin/libigdfcl.so
${IGDRCL_BINARY_DIR}/bin/libiga64.so
${IGDRCL_BINARY_DIR}/bin/libcommon_clang.so
${IGDRCL_BINARY_DIR}/bin/lib${COMMON_CLANG_LIBRARY_NAME}.so
DESTINATION ${NEO_BINARY_INSTALL_DIR}
COMPONENT igdrcl
)
Expand Down