Skip to content

Commit

Permalink
Applying a patch from Sergei Nikulov, with a cmake fix for the MySQL …
Browse files Browse the repository at this point in the history
…backend

on Windows.
  • Loading branch information
Pawel Fedorynski authored and Pawel Fedorynski committed Sep 22, 2012
1 parent 2df32b8 commit e3c6871
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/cmake/modules/FindMySQL.cmake
Expand Up @@ -35,6 +35,7 @@ if(WIN32)
$ENV{MYSQL_DIR}/client/${libsuffixBuild}
$ENV{MYSQL_DIR}/libmysql/${libsuffixBuild}
$ENV{ProgramFiles}/MySQL/*/lib/${libsuffixDist}
$ENV{ProgramFiles}/MySQL/*/lib
$ENV{SystemDrive}/MySQL/*/lib/${libsuffixDist})

else()
Expand Down

0 comments on commit e3c6871

Please sign in to comment.