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