Skip to content

Commit 1ca97a4

Browse files
author
bragadeesh
committed
Merge branch 'develop'
2 parents 0d5eeed + c03d7bb commit 1ca97a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/library/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ add_definitions( "/DCLFFT_EXPORTS" )
8383
include_directories( ${OPENCL_INCLUDE_DIRS} ${PROJECT_BINARY_DIR}/include ../include )
8484

8585
add_library( clFFT ${clFFT.Files} )
86-
target_link_libraries( clFFT ${OPENCL_LIBRARIES} )
86+
target_link_libraries( clFFT ${OPENCL_LIBRARIES} ${CMAKE_DL_LIBS} )
8787

8888
set_target_properties( clFFT PROPERTIES VERSION ${CLFFT_VERSION} )
8989
set_target_properties( clFFT PROPERTIES SOVERSION ${CLFFT_SOVERSION} )

0 commit comments

Comments
 (0)