diff --git a/projects/clr/opencl/api/opencl/amdocl/CMakeLists.txt b/projects/clr/opencl/api/opencl/amdocl/CMakeLists.txt index 91bd42f192..ca31b8192b 100644 --- a/projects/clr/opencl/api/opencl/amdocl/CMakeLists.txt +++ b/projects/clr/opencl/api/opencl/amdocl/CMakeLists.txt @@ -30,12 +30,6 @@ include_directories(${CMAKE_SOURCE_DIR}/compiler/lib/loaders/elf/utils/libelf) include_directories(${CMAKE_SOURCE_DIR}/compiler/lib/loaders/elf/utils/common) include_directories(${CMAKE_SOURCE_DIR}/compiler/tools) -if(UNIX) - set(ADDITIONAL_LIBRARIES glibc_functions.cpp) -else() - set(ADDITIONAL_LIBRARIES "") -endif() - add_library(amdocl64 SHARED cl_memobj.cpp cl_program.cpp @@ -64,7 +58,6 @@ add_library(amdocl64 SHARED cl_p2p_amd.cpp $ $ - ${ADDITIONAL_LIBRARIES} ) target_link_libraries(amdocl64 opencl_driver oclelf pthread dl ${ROCR_LIBRARIES})