Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torch/paths.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRonan Collobert <ronan@collobert.com>2012-02-01 15:12:29 +0400
committerRonan Collobert <ronan@collobert.com>2012-02-01 15:12:29 +0400
commit9dd5a63a2b8471d855d374b04f76f1a2d407d965 (patch)
tree64556752194e6587df6b40941afe8e74f2a86b7f
parentba5cf3f4dd92e517bf55f87a4da8749a82e0d606 (diff)
cmake files cleanup
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index d771d66..0a40538 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -30,7 +30,7 @@ SET(src
SET(luasrc
"${CMAKE_CURRENT_BINARY_DIR}/init.lua")
-ADD_TORCH_PACKAGE(paths "${src}" "${luasrc}" "System")
+ADD_TORCH_PACKAGE(paths "${src}" "${luasrc}")
ADD_TORCH_DOK(dok paths "Fundamentals" "Paths and files utilities" 1.)
TARGET_LINK_LIBRARIES(paths ${LUA_LIBRARIES})