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

github.com/torch/cwrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSoumith Chintala <soumith@gmail.com>2016-02-22 22:59:18 +0300
committerSoumith Chintala <soumith@gmail.com>2016-02-22 22:59:18 +0300
commitdbd0a623dc4dfb4b8169d5aecc6dd9aec2f22792 (patch)
tree21b86f25a9a3438e243a715fe3e26e3ad4b298df
parent2939ae702ba4b76ff73794db52e63e532e1e3687 (diff)
parente2d0e35426c4b26c2347d902294f983adf15d4fd (diff)
Merge pull request #9 from borisfom/masterHEADmaster
Fixing a bug in DESTINATION
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 0bfb9ab..db4010e 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -7,5 +7,5 @@ SET(luasrc
${CMAKE_CURRENT_SOURCE_DIR}/cinterface.lua
${CMAKE_CURRENT_SOURCE_DIR}/types.lua)
-INSTALL(FILES ${luasrc} DESTINATION ${LUADIR}/paths)
+INSTALL(FILES ${luasrc} DESTINATION ${LUADIR}/cwrap)