Skip to content

Commit 9960b98

Browse files
author
Sergei Krivonos
committed
MDEV-23766: buildfix: postpone new unittest until its dependency resolution
1 parent e9b76b8 commit 9960b98

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

unittest/sql/CMakeLists.txt

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,3 @@ TARGET_LINK_LIBRARIES(mf_iocache-t mysys mytap mysys_ssl)
3737
ADD_DEPENDENCIES(mf_iocache-t GenError)
3838
MY_ADD_TEST(mf_iocache)
3939

40-
# Json writer needs String which needs sql library
41-
ADD_EXECUTABLE(my_json_writer-t my_json_writer-t.cc dummy_builtins.cc)
42-
TARGET_LINK_LIBRARIES(my_json_writer-t sql mytap)
43-
MY_ADD_TEST(my_json_writer)

0 commit comments

Comments
 (0)