diff options
| -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) |
