diff options
author | Perttu Ahola <celeron55@gmail.com> | 2011-11-29 19:27:41 +0200 |
---|---|---|
committer | Perttu Ahola <celeron55@gmail.com> | 2011-11-29 19:27:41 +0200 |
commit | 6d23fb259265c2e837a9c210217f03508c7d92b3 (patch) | |
tree | 84a08e5c400fa00e6e80b979e0c687c09c606d98 /src/lua | |
parent | bc48cf076dbf0f965b8ea999d2b4df0e80614c76 (diff) | |
download | minetest-6d23fb259265c2e837a9c210217f03508c7d92b3.tar.gz minetest-6d23fb259265c2e837a9c210217f03508c7d92b3.tar.bz2 minetest-6d23fb259265c2e837a9c210217f03508c7d92b3.zip |
Do not install the static lua library file
Diffstat (limited to 'src/lua')
-rw-r--r-- | src/lua/src/CMakeLists.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/lua/src/CMakeLists.txt b/src/lua/src/CMakeLists.txt index 53876cf87..8fdc7e58b 100644 --- a/src/lua/src/CMakeLists.txt +++ b/src/lua/src/CMakeLists.txt @@ -56,8 +56,8 @@ set_target_properties(${LUA_LIBS} PROPERTIES ) # Install library -install(TARGETS ${LUA_LIBS} - RUNTIME DESTINATION bin - LIBRARY DESTINATION lib - ARCHIVE DESTINATION lib) +#install(TARGETS ${LUA_LIBS} +# RUNTIME DESTINATION bin +# LIBRARY DESTINATION lib +# ARCHIVE DESTINATION lib) |