diff options
| author | Shauren <none@none> | 2010-09-09 09:55:15 +0200 |
|---|---|---|
| committer | Shauren <none@none> | 2010-09-09 09:55:15 +0200 |
| commit | 27ed307aa31c649748f3577765cff4186df6ad45 (patch) | |
| tree | b27cacd6ecfe5c6effa9c5cc38df67bf498e388e | |
| parent | c3e3b6a66ba4a64eb51122f95e70a5577ad1fc3a (diff) | |
Buildsystem/Windows: Added missing change for MySQL compile
--HG--
branch : trunk
| -rw-r--r-- | dep/CMakeLists.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dep/CMakeLists.txt b/dep/CMakeLists.txt index 763cf9b41a3..0f5ec694a25 100644 --- a/dep/CMakeLists.txt +++ b/dep/CMakeLists.txt @@ -17,9 +17,9 @@ if(CMAKE_SYSTEM_NAME MATCHES "Windows") add_subdirectory(acelite) add_subdirectory(zlib) add_subdirectory(bzip2) - if(NOT EXTERNAL_MYSQL) + if(USE_MYSQL_SOURCES) add_subdirectory(mysqllite) - endif(NOT EXTERNAL_MYSQL) + endif(USE_MYSQL_SOURCES) endif() add_subdirectory(g3dlite) |
