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. CMakeLists.txt: comment libmysqld and libmysqld/example directories
This commit is contained in:
parent
daaf51fbe9
commit
c690c11feb
@ -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…
x
Reference in New Issue
Block a user