Changeset: 3f1ca953e5c9 for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=3f1ca953e5c9
Modified Files:
        testing/CMakeLists.txt
Branch: Oct2020
Log Message:

When ODBC is found, tell Mtest.py about it.


diffs (12 lines):

diff --git a/testing/CMakeLists.txt b/testing/CMakeLists.txt
--- a/testing/CMakeLists.txt
+++ b/testing/CMakeLists.txt
@@ -74,7 +74,7 @@ endif(HAVE_LIBZ)
 if (HAVE_NETCDF)
   set(HAVE_NETCDF_FALSE "#")
 endif(HAVE_NETCDF)
-if (HAVE_ODBC)
+if (ODBC_FOUND)
   set(HAVE_ODBC_FALSE "#")
 endif(HAVE_ODBC)
 if (HAVE_PROJ)
_______________________________________________
checkin-list mailing list
checkin-list@monetdb.org
https://www.monetdb.org/mailman/listinfo/checkin-list

Reply via email to