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-09 16:53:52 +0400
committerRonan Collobert <ronan@collobert.com>2012-02-09 16:53:52 +0400
commit8fdf0ac3391de41b2e00a55a5b02742edf9e3876 (patch)
tree3cc0bf88b9b2d408579158dd3d694d9585d1f2eb
parente0bee54a2828a6bd7b734e8ec1b7c06e0c001a96 (diff)
ordered pkg appearance in dok
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 1f6d506..b28430f 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -29,6 +29,6 @@ SET(luasrc
"${CMAKE_CURRENT_BINARY_DIR}/init.lua")
ADD_TORCH_PACKAGE(paths "${src}" "${luasrc}")
-ADD_TORCH_DOK(dok paths "Fundamentals" "Paths and files utilities" 1.)
+ADD_TORCH_DOK(dok paths "Fundamentals" "Paths and files utilities" 1.2)
TARGET_LINK_LIBRARIES(paths liblua-shared)