mirror of
https://github.com/VCMP-SqMod/SqMod.git
synced 2025-06-19 16:47:14 +02:00
Make MySQL optional.
Only windows for now.
This commit is contained in:
4
module/Vendor/CMakeLists.txt
vendored
4
module/Vendor/CMakeLists.txt
vendored
@ -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