1
0
mirror of https://github.com/VCMP-SqMod/SqMod.git synced 2025-08-04 07:01:46 +02:00

Make MySQL optional.

Only windows for now.
This commit is contained in:
Sandu Liviu Catalin
2020-03-22 18:57:00 +02:00
parent d79922d725
commit b08e9a2f3a
3 changed files with 6 additions and 3 deletions

View File

@@ -4,6 +4,7 @@ project(SqMod)
# Several plugin options
option(BUILTIN_RUNTIMES "Include the MinGW runtime into the binary itself." ON)
option(FORCE_32BIT_BIN "Create a 32-bit executable binary if the compiler defaults to 64-bit." OFF)
option(ENABLE_MYSQL "Enable the MySQL library." OFF)
# Default to c++14 standard
if(CMAKE_VERSION VERSION_LESS "3.1")