mirror of
https://github.com/MariaDB/server.git
synced 2025-01-19 05:22:25 +01:00
base:
Fixed problem where taocrypt was defined too early in the process
This commit is contained in:
parent
ce3dcff2f3
commit
36121ee7ba
1 changed files with 3 additions and 3 deletions
|
@ -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)
|
||||||
|
|
Loading…
Reference in a new issue