diff options
author | iggy@alf.(none) <> | 2008-01-29 21:58:57 -0500 |
---|---|---|
committer | iggy@alf.(none) <> | 2008-01-29 21:58:57 -0500 |
commit | 18aba8a82c36459f166a9ecfb137e5ef86e30270 (patch) | |
tree | bf97ac6e5a5bd44c051dbc727a9217d7c8909bcf /vio | |
parent | 839b0cf9719b652e627ecad7376d6acc56122e8a (diff) | |
download | mariadb-git-18aba8a82c36459f166a9ecfb137e5ef86e30270.tar.gz |
Bug#31929 Windows build fails with >=4 Parallel build threads.
- Add GenError Dependency to storage engines that include
mysqld_error.h
Diffstat (limited to 'vio')
-rwxr-xr-x | vio/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/vio/CMakeLists.txt b/vio/CMakeLists.txt index 83cd6f65e6d..164bcde7c4b 100755 --- a/vio/CMakeLists.txt +++ b/vio/CMakeLists.txt @@ -23,5 +23,6 @@ SET(VIO_SOURCES vio.c viosocket.c viossl.c viosslfactories.c) IF(NOT SOURCE_SUBLIBS) ADD_LIBRARY(vio ${VIO_SOURCES}) + ADD_DEPENDENCIES(vio GenError) ENDIF(NOT SOURCE_SUBLIBS) |