aboutsummaryrefslogtreecommitdiff
path: root/sql/scripts/CMakeLists.txt
diff options
context:
space:
mode:
authorclick <none@none>2010-12-24 18:33:11 +0100
committerclick <none@none>2010-12-24 18:33:11 +0100
commite57866ac9acc8e2457c861495d72d0eb3e740afc (patch)
treea1cb08a0632e3291b07fdc7acf01511292dba253 /sql/scripts/CMakeLists.txt
parenta99e12cf0f426ab5a7d3f4f7cf6bbed8df113af3 (diff)
Buildsystem: Stop the retarded recursive hunting for CMakeLists.txt when copying SQL-files nad use the proper method for direct copying.
Closes issue 5240 --HG-- branch : trunk
Diffstat (limited to 'sql/scripts/CMakeLists.txt')
-rw-r--r--sql/scripts/CMakeLists.txt5
1 files changed, 0 insertions, 5 deletions
diff --git a/sql/scripts/CMakeLists.txt b/sql/scripts/CMakeLists.txt
deleted file mode 100644
index 554ff9ba184..00000000000
--- a/sql/scripts/CMakeLists.txt
+++ /dev/null
@@ -1,5 +0,0 @@
-########### install files ###############
-
-FILE(GLOB _SQL *.sql)
-
-install(FILES ${README} DESTINATION share/trinity/sql/full) \ No newline at end of file