1
0
mirror of https://github.com/mariadb-corporation/mariadb-connector-c.git synced 2025-08-08 14:02:17 +03:00

- Back off CMake version requirements.

- Fix plugin extension on OSX (it is .so, not .dylib)
- add SKIP_TESTS to skip compiling test
This commit is contained in:
Vladislav Vaintroub
2016-03-15 09:01:02 +01:00
parent 91ad315e9a
commit f68b89bc46
4 changed files with 17 additions and 14 deletions

View File

@@ -13,6 +13,10 @@
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
IF(SKIP_TESTS)
RETURN()
ENDIF()
ENABLE_TESTING()