Skip to content

Commit dbd0a62

Browse files
committed
Merge pull request #9 from borisfom/master
Fixing a bug in DESTINATION
2 parents 2939ae7 + e2d0e35 commit dbd0a62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ SET(luasrc
77
${CMAKE_CURRENT_SOURCE_DIR}/cinterface.lua
88
${CMAKE_CURRENT_SOURCE_DIR}/types.lua)
99

10-
INSTALL(FILES ${luasrc} DESTINATION ${LUADIR}/paths)
10+
INSTALL(FILES ${luasrc} DESTINATION ${LUADIR}/cwrap)
1111

0 commit comments

Comments
 (0)