The following commit has been merged in the master branch: commit 9e8cec2a7fc916eb91f588568a64066f76dfd748 Author: Michal Čihař <mci...@novell.com> Date: Thu Mar 3 15:46:05 2011 +0100
Make use ODBC_TESTING. diff --git a/smsd/CMakeTests.txt b/smsd/CMakeTests.txt index 83ad501..945f21e 100644 --- a/smsd/CMakeTests.txt +++ b/smsd/CMakeTests.txt @@ -57,9 +57,11 @@ if (WITH_BACKUP) if (LIBDBI_FOUND) smsd_testsuite("dbi-mysql") endif (LIBDBI_FOUND) - if (ODBC_FOUND) - smsd_testsuite("odbc") - endif (ODBC_FOUND) + if (ODBC_TESTING) + if (ODBC_FOUND) + smsd_testsuite("odbc") + endif (ODBC_FOUND) + endif (ODBC_TESTING) endif (MYSQL_TESTING) if (PSQL_TESTING) -- Gammu _______________________________________________ Gammu-svn mailing list Gammu-svn@lists.cihar.com https://lists.cihar.com/cgi-bin/mailman/listinfo/gammu-svn