Skip to content

Commit

Permalink
Merge pull request #37 from soumith/master
Browse files Browse the repository at this point in the history
fix link directory search
  • Loading branch information
andresy committed Apr 23, 2014
2 parents 7165f0d + d089c24 commit 915b65c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmake/TorchConfig.cmake.in
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,6 @@ INCLUDE(TorchExports)

INCLUDE_DIRECTORIES("${Torch_INSTALL_INCLUDE}")
INCLUDE_DIRECTORIES("${Torch_INSTALL_INCLUDE}/TH")
LINK_DIRECTORIES("${Torch_INSTALL_LIB}")

MESSAGE(STATUS "Found Torch7 in ${Torch_INSTALL_PREFIX}")

0 comments on commit 915b65c

Please sign in to comment.