Changeset: b8166c1c656b for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=b8166c1c656b
Modified Files:
        embedded/CMakeLists.txt
Branch: cmake-monetdblite
Log Message:

Forgot sql.mal script


diffs (13 lines):

diff --git a/embedded/CMakeLists.txt b/embedded/CMakeLists.txt
--- a/embedded/CMakeLists.txt
+++ b/embedded/CMakeLists.txt
@@ -38,7 +38,8 @@ set(MAL_SCRIPTS_LIST
        "${CMAKE_SOURCE_DIR}/monetdb5/modules/mal/iterator.mal"
        "${CMAKE_SOURCE_DIR}/monetdb5/modules/mal/language.mal"
        "${CMAKE_SOURCE_DIR}/monetdb5/modules/mal/01_batcalc.mal"
-       "${CMAKE_SOURCE_DIR}/monetdb5/modules/mal/01_calc.mal")
+       "${CMAKE_SOURCE_DIR}/monetdb5/modules/mal/01_calc.mal"
+       "${CMAKE_SOURCE_DIR}/sql/backends/monet5/sql.mal") # sql.mal MUST be 
here
 
 set(SQL_MAL_SCRIPTS_LIST
        "${CMAKE_SOURCE_DIR}/sql/backends/monet5/sqlcatalog.mal"
_______________________________________________
checkin-list mailing list
[email protected]
https://www.monetdb.org/mailman/listinfo/checkin-list

Reply via email to