Fixed typo in README.md (#36)

This commit is contained in:
Dr. Patrick Urbanke (劉自成)
2025-08-01 16:47:16 +02:00
committed by GitHub
parent 52dd2b1ea8
commit 7d9cd0d38f

View File

@@ -65,7 +65,7 @@ Run `./vcpkg/vcpkg help triplets` to view all supported triplets.
Common triplets for shared libraries are `x64-linux-dynamic`,
`arm64-osx-dynamic` or `x64-osx-dynamic`.
Add `-DSQLGEN_BUILD_MYSQL=ON` to support MySQL/MariaDB.
Add `-DSQLGEN_MYSQL=ON` to support MySQL/MariaDB.
4. Include in your CMake project:
```cmake