From e9152679d78c456e05be3743d7fed308c8304555 Mon Sep 17 00:00:00 2001 From: Shauren Date: Tue, 19 Jul 2022 00:33:07 +0200 Subject: Build: Fixed finding mysql binary on first cmake run Closes #28133 --- dep/mysql/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dep') diff --git a/dep/mysql/CMakeLists.txt b/dep/mysql/CMakeLists.txt index ba4af695468..a30b0f738f4 100644 --- a/dep/mysql/CMakeLists.txt +++ b/dep/mysql/CMakeLists.txt @@ -8,7 +8,7 @@ # WITHOUT ANY WARRANTY, to the extent permitted by law; without even the # implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. -find_package(MySQL REQUIRED COMPONENTS lib OPTIONAL_COMPONENTS binary) +find_package(MySQL REQUIRED COMPONENTS lib) add_library(mysql INTERFACE) -- cgit v1.2.3