Skip to content

Commit

Permalink
removed submodule
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholas-leonard committed Feb 11, 2015
1 parent 19682cc commit d3d8839
Show file tree
Hide file tree
Showing 3 changed files with 394 additions and 4 deletions.
4 changes: 1 addition & 3 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,3 +1 @@
[submodule "md5"]
path = md5
url = https://github.com/kikito/md5.lua.git

1 change: 0 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,4 @@ FIND_PACKAGE(Torch REQUIRED)

FILE(GLOB luasrc *.lua)
SET(luasrc ${luasrc} test/test.lua)
SET(luasrc ${luasrc} md5/md5.lua)
ADD_TORCH_PACKAGE(torchx "" "${luasrc}" "Torch extensions")
Loading

0 comments on commit d3d8839

Please sign in to comment.