We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0728b89 commit 3e23b8bCopy full SHA for 3e23b8b
1 file changed
cmake/macros/FindMySQL.cmake
@@ -127,6 +127,7 @@ if(WIN32)
127
"HKEY_LOCAL_MACHINE\\SOFTWARE\\MySQL AB" SUBKEYS
128
VIEW BOTH
129
)
130
+ list(FILTER _MYSQL_ROOT_HINTS_SUBKEYS INCLUDE REGEX "^MySQL Server ")
131
list(SORT _MYSQL_ROOT_HINTS_SUBKEYS COMPARE NATURAL ORDER DESCENDING)
132
133
set(_MYSQL_ROOT_HINTS_REGISTRY_LOCATIONS)
0 commit comments