diff options
author | Bo Thorsen <bo@askmonty.org> | 2010-06-14 10:18:49 +0200 |
---|---|---|
committer | Bo Thorsen <bo@askmonty.org> | 2010-06-14 10:18:49 +0200 |
commit | 8cf2640e60955439dbef35bf054b272b00b8297b (patch) | |
tree | cfb758e9ac12a48f99e0d815319a12520b7a8953 /CMakeLists.txt | |
parent | ec281a3c342912c21494ce2d9a64b8b9c19ccb29 (diff) | |
download | mariadb-git-8cf2640e60955439dbef35bf054b272b00b8297b.tar.gz |
Remove a warning on Windows. There is no CMakeLists.txt in the unittest examples dir
Diffstat (limited to 'CMakeLists.txt')
-rwxr-xr-x | CMakeLists.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 0d7380c8f75..a79051eb706 100755 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -327,7 +327,6 @@ ADD_SUBDIRECTORY(server-tools/instance-manager) ADD_SUBDIRECTORY(libmysql) ADD_SUBDIRECTORY(tests) ADD_SUBDIRECTORY(unittest/mytap) -ADD_SUBDIRECTORY(unittest/examples) ADD_SUBDIRECTORY(unittest/mysys) IF(WITH_EMBEDDED_SERVER) ADD_SUBDIRECTORY(libmysqld) |