diff options
author | click <none@none> | 2010-12-24 18:33:11 +0100 |
---|---|---|
committer | click <none@none> | 2010-12-24 18:33:11 +0100 |
commit | e57866ac9acc8e2457c861495d72d0eb3e740afc (patch) | |
tree | a1cb08a0632e3291b07fdc7acf01511292dba253 /sql/scripts/CMakeLists.txt | |
parent | a99e12cf0f426ab5a7d3f4f7cf6bbed8df113af3 (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.txt | 5 |
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 |