mirror of
https://github.com/VCMP-SqMod/SqMod.git
synced 2026-08-05 15:27:10 +02:00
Make MySQL optional.
Only windows for now.
This commit is contained in:
Vendored
+2
-2
@@ -8,6 +8,6 @@ add_subdirectory(SQLite)
|
||||
add_subdirectory(TinyDir)
|
||||
add_subdirectory(Whirlpool)
|
||||
# Build our own mysql client on windows
|
||||
if(WIN32)
|
||||
if(WIN32 AND ENABLE_MYSQL)
|
||||
add_subdirectory(MDBC)
|
||||
endif(WIN32)
|
||||
endif()
|
||||
|
||||
Reference in New Issue
Block a user