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:
-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})