Skip to content

Commit

Permalink
make THCLNN directly depend on EasyCL
Browse files Browse the repository at this point in the history
  • Loading branch information
hughperkins committed Feb 5, 2016
1 parent e62b31d commit 19ab3b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/THCLNN/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ set(src-cl Abs.cpp SpatialConvolutionMM.cpp ELU.cpp SpatialAveragePooling.cpp Sp
add_library(THCLNN MODULE ${src-cl})

INCLUDE_DIRECTORIES(${CMAKE_CURRENT_SOURCE_DIR})
TARGET_LINK_LIBRARIES(THCLNN THCl TH)
TARGET_LINK_LIBRARIES(THCLNN THCl TH EasyCL)

INSTALL(TARGETS THCLNN
LIBRARY DESTINATION ${THCLNN_INSTALL_LIB_SUBDIR})
Expand Down

0 comments on commit 19ab3b5

Please sign in to comment.