Skip to content

Commit

Permalink
mysql/mysql.h is an unfair assumption on many systems.
Browse files Browse the repository at this point in the history
  • Loading branch information
danslo committed May 17, 2013
1 parent 3f7ddc1 commit ca23bef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMake/FindMySQL.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@


#-------------- FIND MYSQL_INCLUDE_DIR ------------------
FIND_PATH(MYSQL_INCLUDE_DIR mysql/mysql.h
FIND_PATH(MYSQL_INCLUDE_DIR mysql.h
$ENV{MYSQL_INCLUDE_DIR}
$ENV{MYSQL_DIR}/include
/usr/include/mysql
Expand Down

0 comments on commit ca23bef

Please sign in to comment.