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

github.com/torch/gnuplot.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
commit52c8d79aec6605a3202960a9df6fc44debd2a884 (patch)
tree0e21b45e6e3db3942fb86e8a039ac2ce62740d86
parentb0764557e7aafe8cfdf470f9c4c580e02c9137c5 (diff)
ordered pkg appearance in dok
-rw-r--r--CMakeLists.txt4
1 files changed, 1 insertions, 3 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 6e3476e..e02e3c1 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -2,6 +2,4 @@ SET(src)
SET(luasrc init.lua gnuplot.lua )
ADD_TORCH_PACKAGE(gnuplot "${src}" "${luasrc}")
-ADD_TORCH_DOK(dok gnuplot "Fundamentals" "Plotting with Gnuplot" 1.)
-
-##TARGET_LINK_LIBRARIES(plot luaT TH)
+ADD_TORCH_DOK(dok gnuplot "Fundamentals" "Plotting with Gnuplot" 1.3)