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:
4a92df6
)
removed reference to script directory in cmake install
author
Perttu Ahola
<celeron55@gmail.com>
Mon, 4 Apr 2011 12:19:11 +0000
(15:19 +0300)
committer
Perttu Ahola
<celeron55@gmail.com>
Mon, 4 Apr 2011 12:19:11 +0000
(15:19 +0300)
src/CMakeLists.txt
patch
|
blob
|
history
diff --git
a/src/CMakeLists.txt
b/src/CMakeLists.txt
index 187d84cc7027269e9c30a1e4c5e740eaaaf7f0f3..3e03f13bedfc47013b1279dfdb1671fba5819e83 100644
(file)
--- a/
src/CMakeLists.txt
+++ b/
src/CMakeLists.txt
@@
-189,8
+189,6
@@
endif()
# Example configuration file
install(FILES "${CMAKE_CURRENT_SOURCE_DIR}/../minetest.conf.example" DESTINATION ${EXAMPLE_CONF_DIR})
-install(DIRECTORY "${CMAKE_CURRENT_SOURCE_DIR}/../data/scripts" DESTINATION ${DATADIR})
-
if(BUILD_CLIENT)
install(TARGETS minetest DESTINATION ${BINDIR})