aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorShauren <shauren.trinity@gmail.com>2022-06-23 00:05:27 +0200
committerShauren <shauren.trinity@gmail.com>2022-06-23 00:05:27 +0200
commit2e479707e3fcda0a2df72c6c339b2e616ce474e3 (patch)
tree158dc77a6df3c6aad713aa4ccfcfe4e956f95ecf /CMakeLists.txt
parent4dfb1f248f5721fb0154fd22eb6fe7b4d65815fc (diff)
Build: Removed duplicate find_package(MySQL) call
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 957a2cc1fa1..4bd17f2c429 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -73,7 +73,6 @@ include(GroupSources)
include(AutoCollect)
find_package(PCHSupport)
-find_package(MySQL)
if(NOT WITHOUT_GIT)
find_package(Git 1.7)