Skip to content

Commit

Permalink
Merge pull request #9 from borisfom/master
Browse files Browse the repository at this point in the history
Fixing a bug in DESTINATION
  • Loading branch information
soumith committed Feb 22, 2016
2 parents 2939ae7 + e2d0e35 commit dbd0a62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)

0 comments on commit dbd0a62

Please sign in to comment.