mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-29 14:59:03 +08:00
11 lines
400 B
Diff
11 lines
400 B
Diff
|
--- a/CMake/FindMySQL.cmake Mon Jun 26 15:29:04 2017
|
||
|
+++ b/CMake/FindMySQL.cmake Wed Aug 16 11:21:58 2017
|
||
|
@@ -28,6 +28,7 @@
|
||
|
"C:/MySQL/include"
|
||
|
"[HKEY_LOCAL_MACHINE\\SOFTWARE\\MySQL AB\\MySQL Server 5.0;Location]/include"
|
||
|
"[HKEY_LOCAL_MACHINE\\SOFTWARE\\Wow6432Node\\MySQL AB\\MySQL Server 5.0;Location]/include"
|
||
|
+ PATH_SUFFIXES mysql
|
||
|
DOC "Specify the directory containing mysql.h."
|
||
|
)
|
||
|
|