Fixed problem where taocrypt was defined too early in the process
This commit is contained in:
Reggie@xgeek. 2006-03-13 05:17:23 -06:00
parent ce3dcff2f3
commit 36121ee7ba

View file

@ -31,6 +31,6 @@ ENDIF(CMAKE_GENERATOR MATCHES "Visual Studio 7" OR CMAKE_GENERATOR MATCHES "Visu
ADD_DEFINITIONS("-D_WINDOWS -D__WIN__") ADD_DEFINITIONS("-D_WINDOWS -D__WIN__")
SUBDIRS(vio dbug strings regex mysys extra zlib storage/innobase storage/heap storage/myisam storage/myisammrg SUBDIRS(vio dbug strings regex mysys extra/yassl extra/yassl/taocrypt extra
extra/yassl extra/yassl/taocrypt client sql server-tools/instance-manager zlib storage/innobase storage/heap storage/myisam storage/myisammrg
libmysql tests) client sql server-tools/instance-manager libmysql tests)