mirror of
https://github.com/MariaDB/server.git
synced 2026-05-14 19:07:15 +02:00
In current 5.1 build we don't build embedded server for windows (this will be
fixed when 5.1-win will be pushed into main tree). Commenting the libmysqld and libmysqld/example subdirectories will allow us to upgrade from cmake 2.2 to 2.4.
This commit is contained in:
parent
343e08391d
commit
df606b28b1
1 changed files with 4 additions and 2 deletions
|
|
@ -146,5 +146,7 @@ ADD_SUBDIRECTORY(sql)
|
|||
ADD_SUBDIRECTORY(server-tools/instance-manager)
|
||||
ADD_SUBDIRECTORY(libmysql)
|
||||
ADD_SUBDIRECTORY(tests)
|
||||
ADD_SUBDIRECTORY(libmysqld)
|
||||
ADD_SUBDIRECTORY(libmysqld/examples)
|
||||
|
||||
# disable libmysqld until it's fixed, so we can use Cmake 2.2 and 2.4
|
||||
#ADD_SUBDIRECTORY(libmysqld)
|
||||
#ADD_SUBDIRECTORY(libmysqld/examples)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue