Skip to content

Commit c6b556c

Browse files
committed
One of tests had bogus dependency
Which somehow never popped up before as a problem.
1 parent 3d62dc2 commit c6b556c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ FOREACH (ODBC_TEST ${ODBC_TESTS})
6868
ENDFOREACH()
6969

7070
ADD_EXECUTABLE(odbc_connstring connstring.c ${CMAKE_SOURCE_DIR}/ma_dsn.c ${COMMON_TEST_SOURCES})
71-
TARGET_LINK_LIBRARIES(odbc_connstring ${ODBC_LIBS} ${ODBC_INSTLIBS} mariadbclient ${PLATFORM_DEPENDENCIES})
71+
TARGET_LINK_LIBRARIES(odbc_connstring ${ODBC_LIBS} ${ODBC_INSTLIBS} ${PLATFORM_DEPENDENCIES})
7272
ADD_TEST(odbc_connstring ${EXECUTABLE_OUTPUT_PATH}/odbc_connstring)
7373
SET_TESTS_PROPERTIES(odbc_connstring PROPERTIES TIMEOUT 120)
7474
SET_TESTS_PROPERTIES(odbc_basic odbc_catalog2 odbc_cursor odbc_multistatement PROPERTIES TIMEOUT 450)

0 commit comments

Comments
 (0)