projects
/
zefram
/
minetest
/
minetest_engine.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bc48cf0
)
Do not install the static lua library file
author
Perttu Ahola
<celeron55@gmail.com>
Tue, 29 Nov 2011 17:27:41 +0000
(19:27 +0200)
committer
Perttu Ahola
<celeron55@gmail.com>
Tue, 29 Nov 2011 17:27:41 +0000
(19:27 +0200)
src/lua/src/CMakeLists.txt
patch
|
blob
|
history
diff --git
a/src/lua/src/CMakeLists.txt
b/src/lua/src/CMakeLists.txt
index 53876cf87114f594fe8e419db00e577f0453e492..8fdc7e58b0917b08e7aff9209f262d509cefc35b 100644
(file)
--- 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)