From e57866ac9acc8e2457c861495d72d0eb3e740afc Mon Sep 17 00:00:00 2001 From: click Date: Fri, 24 Dec 2010 18:33:11 +0100 Subject: 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 --- sql/scripts/CMakeLists.txt | 5 ----- 1 file changed, 5 deletions(-) delete mode 100644 sql/scripts/CMakeLists.txt (limited to 'sql/scripts') 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 -- cgit v1.2.3