mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-03 14:36:43 +08:00
b7cabf28b9
* [poco] update to 1.12.2 * ./vcpkg x-add-version --all * oops * ./vcpkg x-add-version --all --overwrite-version * address some failures, cleanup * ./vcpkg x-add-version --all --overwrite-version * address comments * ./vcpkg x-add-version --all --overwrite-version * fix accidental change * ./vcpkg x-add-version --all --overwrite-version * update to 1.12.3 * ./vcpkg x-add-version --all --overwrite-version * update to 1.12.4 * ./vcpkg x-add-version --all --overwrite-version
14 lines
469 B
Diff
14 lines
469 B
Diff
diff --git a/Data/CMakeLists.txt b/Data/CMakeLists.txt
|
|
index 9d0a85c..4f1ae21 100644
|
|
--- a/Data/CMakeLists.txt
|
|
+++ b/Data/CMakeLists.txt
|
|
@@ -45,7 +45,7 @@ else(ENABLE_DATA_SQLITE)
|
|
message(STATUS "SQLite Support Disabled")
|
|
endif()
|
|
|
|
-if((MYSQL_FOUND OR unofficial-libmariadb_FOUND) AND ENABLE_DATA_MYSQL)
|
|
+if((unofficial-libmysql_FOUND OR unofficial-libmariadb_FOUND) AND ENABLE_DATA_MYSQL)
|
|
message(STATUS "MySQL Support Enabled")
|
|
add_subdirectory(MySQL)
|
|
else()
|