From 396ae7c0700dc33e6b6b6117068762d5449b1fa8 Mon Sep 17 00:00:00 2001 From: WolverinDEV Date: Mon, 2 Mar 2020 15:23:49 +0100 Subject: [PATCH] Some definition update --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index e196173..68fb24d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -198,7 +198,7 @@ target_link_libraries(TeaSpeak PUBLIC tommath::static ) -target_compile_options(TeaSpeak PRIVATE "-Wall") +target_compile_options(TeaSpeak PRIVATE "-Wall -DHAVE_MYSQL_H") if (TEASPEAK_SERVER) target_link_libraries(TeaSpeak PUBLIC CXXTerminal::static)