aboutsummaryrefslogtreecommitdiff
path: root/src/server/database
diff options
context:
space:
mode:
authorNaios <naios-dev@live.de>2016-03-14 15:45:39 +0100
committerNaios <naios-dev@live.de>2016-03-18 02:52:57 +0100
commitabda7a910a760687f9c1b9e0893314e04982c0f1 (patch)
tree3b4d14aa9a46abd347571956e126722080972371 /src/server/database
parent2413a82b9343178b613bc6309125eecec8aa9123 (diff)
CMake: Use inherited dependencies in common and tools
Diffstat (limited to 'src/server/database')
-rw-r--r--src/server/database/CMakeLists.txt4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/server/database/CMakeLists.txt b/src/server/database/CMakeLists.txt
index 5a53899f4cb..f4f160fe1ca 100644
--- a/src/server/database/CMakeLists.txt
+++ b/src/server/database/CMakeLists.txt
@@ -8,10 +8,6 @@
# WITHOUT ANY WARRANTY, to the extent permitted by law; without even the
# implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
-if (NOT MYSQL_FOUND)
- message(SEND_ERROR "MySQL wasn't found on your system but it's required to build the servers!")
-endif()
-
if( USE_COREPCH )
include_directories(${CMAKE_CURRENT_BINARY_DIR})
endif()